Compare commits

..

No commits in common. "27b05dd8b901554de3ef13f3dd8d8529a0dd1bf9" and "b37cd8a924387ef92cdc1c5a17af320a671f4174" have entirely different histories.

View File

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