Merge pull request '[직,병렬] PCS 요청 DTO pcsItemList — 직렬병렬여부(pcsSerParallelYn) 필드 추가' (#535) from dev into prd-deploy
Reviewed-on: #535
This commit is contained in:
commit
71d2aaa924
@ -26,4 +26,8 @@ public class ApiPcsItemRequest {
|
|||||||
|
|
||||||
@Schema(description = "선택한병렬매수(적용병렬매수)", maxLength = 10)
|
@Schema(description = "선택한병렬매수(적용병렬매수)", maxLength = 10)
|
||||||
private Integer applyParalQty;
|
private Integer applyParalQty;
|
||||||
|
|
||||||
|
// 직렬병렬여부 추가 (2026-06-22)
|
||||||
|
@Schema(description = "직렬병렬여부", maxLength = 1)
|
||||||
|
private String pcsSerParallelYn;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,4 +33,8 @@ public class ApiPcsMenualConfPcsItemRequest {
|
|||||||
|
|
||||||
@Schema(description = "직렬매수 목록")
|
@Schema(description = "직렬매수 목록")
|
||||||
private List<ApiPcsSerQtyDto> serQtyList;
|
private List<ApiPcsSerQtyDto> serQtyList;
|
||||||
|
|
||||||
|
// 직렬병렬여부 추가 (2026-06-22)
|
||||||
|
@Schema(description = "직렬병렬여부", maxLength = 1)
|
||||||
|
private String pcsSerParallelYn;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user