Compare commits
2 Commits
8955889710
...
5f2c22c2d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2c22c2d4 | |||
| a31d0e9c1c |
@ -23,4 +23,7 @@ public class PriceRequest {
|
|||||||
|
|
||||||
@Schema(description = "아이템번호 목록")
|
@Schema(description = "아이템번호 목록")
|
||||||
private List<PriceItemRequest> itemIdList;
|
private List<PriceItemRequest> itemIdList;
|
||||||
|
|
||||||
|
@Schema(description = "2차 SAP 판매점코드")
|
||||||
|
private String secSapSalesStoreCd;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user