feature/jp-0331 #526
@ -42,7 +42,7 @@ public class ApiPcsSeriesItemResponse {
|
||||
public String goodsNo;
|
||||
|
||||
@Schema(description = "정격출력(kw)")
|
||||
public Integer ratedCapa;
|
||||
public Double ratedCapa;
|
||||
|
||||
@Schema(description = "회로수(최대병렬수)")
|
||||
public Integer paralMax;
|
||||
|
||||
@ -19,7 +19,7 @@ public class ApiQuotationItemRackRequest {
|
||||
|
||||
@Schema(description = "랙 단 수")
|
||||
@NotNull
|
||||
public Integer rackRows;
|
||||
public Double rackRows;
|
||||
|
||||
@Schema(description = "랙 지지금구 수")
|
||||
@NotNull
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user