Compare commits

...

2 Commits

View File

@ -14,4 +14,7 @@ public class ApiQuotationItemResponse {
@Schema(description = "수량") @Schema(description = "수량")
public Integer amount; public Integer amount;
@Schema(description = "아이템 타입 코드")
public String itemTpCd;
} }