dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit 1756d74afc - Show all commits

View File

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