Compare commits
No commits in common. "3fe0fa4be93fc651ac9fe077f79b40f1f201f932" and "fa19726f70df30044521501dd5cb151994075038" have entirely different histories.
3fe0fa4be9
...
fa19726f70
@ -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