dev #110

Merged
ysCha merged 4 commits from dev into prd-deploy 2025-06-19 10:04:03 +09:00
Showing only changes of commit b4b4e83939 - Show all commits

View File

@ -15,6 +15,10 @@ public class ApiPcsSeriesItemRequest {
@NotNull
public String pcsMkrCd;
@Schema(description = "storeId")
@NotNull
public String storeId;
@Schema(description = "PCS시리즈코드 목록")
@NotNull
public List<ApiPcsSeriesItemPcsCodeRequest> pcsSerList;