feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit 129c4b12d3 - Show all commits

View File

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