diff --git a/src/main/java/com/interplug/qcast/biz/master/dto/pcs/series/ApiPcsSeriesItemResponse.java b/src/main/java/com/interplug/qcast/biz/master/dto/pcs/series/ApiPcsSeriesItemResponse.java index c23003f7..8176e003 100644 --- a/src/main/java/com/interplug/qcast/biz/master/dto/pcs/series/ApiPcsSeriesItemResponse.java +++ b/src/main/java/com/interplug/qcast/biz/master/dto/pcs/series/ApiPcsSeriesItemResponse.java @@ -47,6 +47,24 @@ public class ApiPcsSeriesItemResponse { @Schema(description = "회로수(최대병렬수)") public Integer paralMax; + @Schema(description = "최소직렬수") + public Integer serMinQty; + + @Schema(description = "표준직렬수") + public Integer serMaxQty; + + @Schema(description = "과적직렬수(표준이상)") + public Integer serStdMaxQty; + + @Schema(description = "표준직렬수(표준-한랭지)") + public Integer serColdZoneMaxQty; + + @Schema(description = "과적직렬수(표준이상-한랭지)") + public Integer serStdColdZoneMaxQty; + + @Schema(description = "최소매수(모듈최소매수)") + public Integer moduleMinQty; + @Schema(description = "표준매수(모듈표준매수)") public String moduleStdQty;