From ec4b979cef607c134c65bd90ce701d510ef1018d Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Wed, 15 Jan 2025 10:50:38 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20PCS=20=EC=8A=B9=EC=95=95=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=A0=95=EB=B3=B4=20=EC=A1=B0=ED=9A=8C=20api=20?= =?UTF-8?q?=EC=9D=91=EB=8B=B5=20=ED=95=84=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../voltagestepup/ApiPcsVoltageStepUpPcsItemResponse.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/interplug/qcast/biz/master/dto/pcs/voltagestepup/ApiPcsVoltageStepUpPcsItemResponse.java b/src/main/java/com/interplug/qcast/biz/master/dto/pcs/voltagestepup/ApiPcsVoltageStepUpPcsItemResponse.java index 693acb40..a392bf83 100644 --- a/src/main/java/com/interplug/qcast/biz/master/dto/pcs/voltagestepup/ApiPcsVoltageStepUpPcsItemResponse.java +++ b/src/main/java/com/interplug/qcast/biz/master/dto/pcs/voltagestepup/ApiPcsVoltageStepUpPcsItemResponse.java @@ -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 serQtyList;