feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 3fe0fa4be9 - Show all commits

View File

@ -26,4 +26,8 @@ public class ApiPcsItemRequest {
@Schema(description = "선택한병렬매수(적용병렬매수)", maxLength = 10)
private Integer applyParalQty;
// 직렬병렬여부 추가 (2026-06-22)
@Schema(description = "직렬병렬여부", maxLength = 1)
private String pcsSerParallelYn;
}

View File

@ -33,4 +33,8 @@ public class ApiPcsMenualConfPcsItemRequest {
@Schema(description = "직렬매수 목록")
private List<ApiPcsSerQtyDto> serQtyList;
// 직렬병렬여부 추가 (2026-06-22)
@Schema(description = "직렬병렬여부", maxLength = 1)
private String pcsSerParallelYn;
}