Compare commits

..

No commits in common. "846b64833aaea0c2732ec49933a4f2674b762aec" and "b76304f55d4055e5ef518cf98279e3766422c79c" have entirely different histories.

View File

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