feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit ec4b979cef - Show all commits

View File

@ -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;