Compare commits
No commits in common. "71d2aaa924cad1bdce84ee161bb659f0d75a988c" and "891c2b0a38e5b296bf4f42987e346a5eebb8b9bf" have entirely different histories.
71d2aaa924
...
891c2b0a38
@ -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