Compare commits
No commits in common. "b3c25afb19249b3b167833a4895a5e9c423ae2ae" and "331f398a37137237cfa6fb93e8f18386c29a0bbf" have entirely different histories.
b3c25afb19
...
331f398a37
@ -23,7 +23,4 @@ public class ApiPcsItemRequest {
|
|||||||
|
|
||||||
@Schema(description = "선택한직렬매수(적용직렬매수)", maxLength = 10)
|
@Schema(description = "선택한직렬매수(적용직렬매수)", maxLength = 10)
|
||||||
private Integer applySerQty;
|
private Integer applySerQty;
|
||||||
|
|
||||||
@Schema(description = "선택한병렬매수(적용병렬매수)", maxLength = 10)
|
|
||||||
private Integer applyParalQty;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,10 +22,6 @@ public class ApiPcsRoofSurfaceRequest {
|
|||||||
@NotNull
|
@NotNull
|
||||||
private Double roofSurfaceIncl;
|
private Double roofSurfaceIncl;
|
||||||
|
|
||||||
@Schema(description = "북면여부")
|
|
||||||
@NotNull
|
|
||||||
private String roofSurfaceNorthYn;
|
|
||||||
|
|
||||||
@Schema(description = "모듈아이템 List(도면에 설치된 모듈)")
|
@Schema(description = "모듈아이템 List(도면에 설치된 모듈)")
|
||||||
@NotNull
|
@NotNull
|
||||||
private List<ApiPcsModuleItemIdRequest> moduleList;
|
private List<ApiPcsModuleItemIdRequest> moduleList;
|
||||||
|
|||||||
@ -19,9 +19,6 @@ public class ApiPcsSerQtyRoofSurfaceDto {
|
|||||||
@Schema(description = "촌수(경사도)", maxLength = 10)
|
@Schema(description = "촌수(경사도)", maxLength = 10)
|
||||||
private Double roofSurfaceIncl;
|
private Double roofSurfaceIncl;
|
||||||
|
|
||||||
@Schema(description = "북면 여부")
|
|
||||||
private String roofSurfaceNorthYn;
|
|
||||||
|
|
||||||
@Schema(description = "모듈아이템 List(도면에 설치된 모듈)")
|
@Schema(description = "모듈아이템 List(도면에 설치된 모듈)")
|
||||||
private List<ApiPcsSerQtyRoofSurfaceModuleDto> moduleList;
|
private List<ApiPcsSerQtyRoofSurfaceModuleDto> moduleList;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,9 +70,4 @@ public class ApiPcsSeriesItemResponse {
|
|||||||
|
|
||||||
@Schema(description = "최대매수(모듈최대매수)")
|
@Schema(description = "최대매수(모듈최대매수)")
|
||||||
public String moduleMaxQty;
|
public String moduleMaxQty;
|
||||||
|
|
||||||
@Schema(description = "pcs의 타입(실내집중형, 야외집중형 등)")
|
|
||||||
public String pcsTpCd;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user