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