dev #464

Merged
ysCha merged 181 commits from dev into dev-deploy 2026-04-08 10:17:03 +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;
}