[1155] Excel에 출력되는 설비 용량(인정 용량)이 다릅니다 - qcastCustPrdId 추가 #167

Merged
ysCha merged 1 commits from dev into dev-deploy 2025-07-15 09:42:35 +09:00

View File

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