docs(API): Swagger API 문서 업데이트
- AdminFcmApi, BillApi, ExpectedExpenseApi 개선 - PositionApi, ProcessApi, QuoteApi 개선 - ReceivablesApi, ShipmentApi, StockApi, VendorLedgerApi 개선 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -277,8 +277,10 @@
|
||||
* description="다건 BOM 기반 자동산출 요청. React QuoteFormItem 필드명(camelCase)과 API 변수명(약어) 모두 지원합니다.",
|
||||
*
|
||||
* @OA\Property(property="items", type="array", minItems=1, description="견적 품목 배열",
|
||||
*
|
||||
* @OA\Items(ref="#/components/schemas/QuoteBomBulkItemInput")
|
||||
* ),
|
||||
*
|
||||
* @OA\Property(property="debug", type="boolean", example=false, description="디버그 모드 (10단계 디버깅 정보 포함)")
|
||||
* )
|
||||
*
|
||||
@@ -321,7 +323,9 @@
|
||||
* @OA\Property(property="grand_total", type="number", format="float", example=1500000, description="성공한 품목 총계")
|
||||
* ),
|
||||
* @OA\Property(property="items", type="array", description="품목별 산출 결과",
|
||||
*
|
||||
* @OA\Items(type="object",
|
||||
*
|
||||
* @OA\Property(property="index", type="integer", example=0, description="요청 배열에서의 인덱스"),
|
||||
* @OA\Property(property="finished_goods_code", type="string", example="SC-1000"),
|
||||
* @OA\Property(property="inputs", type="object", description="정규화된 입력 변수"),
|
||||
|
||||
Reference in New Issue
Block a user