storeId 파라미터 추가
This commit is contained in:
parent
49de2f2a55
commit
b4b4e83939
@ -15,6 +15,10 @@ public class ApiPcsSeriesItemRequest {
|
|||||||
@NotNull
|
@NotNull
|
||||||
public String pcsMkrCd;
|
public String pcsMkrCd;
|
||||||
|
|
||||||
|
@Schema(description = "storeId")
|
||||||
|
@NotNull
|
||||||
|
public String storeId;
|
||||||
|
|
||||||
@Schema(description = "PCS시리즈코드 목록")
|
@Schema(description = "PCS시리즈코드 목록")
|
||||||
@NotNull
|
@NotNull
|
||||||
public List<ApiPcsSeriesItemPcsCodeRequest> pcsSerList;
|
public List<ApiPcsSeriesItemPcsCodeRequest> pcsSerList;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user