feature/jp-0331 #526

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

View File

@ -23,4 +23,7 @@ public class PriceRequest {
@Schema(description = "아이템번호 목록")
private List<PriceItemRequest> itemIdList;
@Schema(description = "2차 SAP 판매점코드")
private String secSapSalesStoreCd;
}