refactor: PCS 승압설정 정보 조회 api 응답 필드 중 circuitCfg 제거
This commit is contained in:
parent
81f4ddbb9b
commit
d5b1bd6c79
@ -26,9 +26,6 @@ public class ApiPcsVoltageStepUpPcsItemResponse {
|
|||||||
@Schema(description = "PCS 제품명(Basic Material)", maxLength = 40)
|
@Schema(description = "PCS 제품명(Basic Material)", maxLength = 40)
|
||||||
private String goodsNo;
|
private String goodsNo;
|
||||||
|
|
||||||
@Schema(description = "PCS 회로구성정보(모듈수) - 발전시물레이션에서 사용", maxLength = 50)
|
|
||||||
private String circuitCfg;
|
|
||||||
|
|
||||||
@Schema(description = "직렬매수 목록")
|
@Schema(description = "직렬매수 목록")
|
||||||
private List<ApiPcsSerQtyDto> serQtyList;
|
private List<ApiPcsSerQtyDto> serQtyList;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user