feat:테넌트설정 API 및 다수 서비스 개선
- TenantSetting CRUD API 추가 - Calendar, Entertainment, VAT 서비스 개선 - 5130 BOM 계산 로직 수정 - quote_items에 item_type 컬럼 추가 - tenant_settings 테이블 마이그레이션 - Swagger 문서 업데이트
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
* },
|
||||
* description="건수 또는 텍스트"
|
||||
* ),
|
||||
*
|
||||
* @OA\Property(property="path", type="string", description="이동 경로", example="/sales/order-management-sales"),
|
||||
* @OA\Property(property="isHighlighted", type="boolean", description="강조 표시 여부", example=false)
|
||||
* )
|
||||
@@ -91,4 +92,4 @@ class StatusBoardApi
|
||||
* )
|
||||
*/
|
||||
public function summary() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user