API 컬럼 추가
This commit is contained in:
parent
cdc8036e03
commit
215d587390
@ -23,4 +23,7 @@ public class ApiPcsItemRequest {
|
||||
|
||||
@Schema(description = "선택한직렬매수(적용직렬매수)", maxLength = 10)
|
||||
private Integer applySerQty;
|
||||
|
||||
@Schema(description = "선택한병렬매수(적용병렬매수)", maxLength = 10)
|
||||
private Integer applyParalQty;
|
||||
}
|
||||
|
||||
@ -22,6 +22,10 @@ public class ApiPcsRoofSurfaceRequest {
|
||||
@NotNull
|
||||
private Double roofSurfaceIncl;
|
||||
|
||||
@Schema(description = "북면여부")
|
||||
@NotNull
|
||||
private String roofSurfaceNorthYn;
|
||||
|
||||
@Schema(description = "모듈아이템 List(도면에 설치된 모듈)")
|
||||
@NotNull
|
||||
private List<ApiPcsModuleItemIdRequest> moduleList;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user