Merge pull request '[1155] Excel에 출력되는 설비 용량(인정 용량)이 다릅니다 - qcastCustPrdId 추가' (#167) from dev into dev-deploy

Reviewed-on: #167
This commit is contained in:
ysCha 2025-07-15 09:42:35 +09:00
commit 1756d74afc

View File

@ -17,4 +17,7 @@ public class ApiQuotationItemResponse {
@Schema(description = "아이템 타입 코드")
public String itemTpCd;
@Schema(description = "Q.CAST 고객 제품 ID")
public String qcastCustPrdId;
}