Compare commits
No commits in common. "ccd92b1a7423fea395af677c0a3230c35f1c2ce4" and "b9adba7cbc617a3e8b6187a3e46d6cace9e0b1d4" have entirely different histories.
ccd92b1a74
...
b9adba7cbc
@ -26,8 +26,4 @@ public class ApiPcsItemRequest {
|
||||
|
||||
@Schema(description = "선택한병렬매수(적용병렬매수)", maxLength = 10)
|
||||
private Integer applyParalQty;
|
||||
|
||||
// 직렬병렬여부 추가 (2026-06-22)
|
||||
@Schema(description = "직렬병렬여부", maxLength = 1)
|
||||
private String pcsSerParallelYn;
|
||||
}
|
||||
|
||||
@ -33,8 +33,4 @@ public class ApiPcsMenualConfPcsItemRequest {
|
||||
|
||||
@Schema(description = "직렬매수 목록")
|
||||
private List<ApiPcsSerQtyDto> serQtyList;
|
||||
|
||||
// 직렬병렬여부 추가 (2026-06-22)
|
||||
@Schema(description = "직렬병렬여부", maxLength = 1)
|
||||
private String pcsSerParallelYn;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user