CanvasBasicSettingResponse 수정
This commit is contained in:
parent
37b47049b0
commit
b2e2bbabc3
@ -8,14 +8,15 @@ import lombok.Setter;
|
|||||||
public class CanvasBasicSettingResponse {
|
public class CanvasBasicSettingResponse {
|
||||||
|
|
||||||
private String objectNo; //견적서 번호
|
private String objectNo; //견적서 번호
|
||||||
private int roofDrawingSet; //도면(치수)
|
private Integer roofSizeSet; //치수(복사도/실측값/육지붕)
|
||||||
private int roofSizeSet; //치수(복사도/실측값/육지붕)
|
|
||||||
private String roofAngleSet; //각도(경사/각도)
|
private String roofAngleSet; //각도(경사/각도)
|
||||||
private int roofSeq; //순번 SEQ
|
private boolean roofApply; //적용
|
||||||
private int roofType; //타입
|
private Integer roofSeq; //순번 SEQ
|
||||||
private int roofWidth; //넓이
|
private String roofMatlCd; //타입
|
||||||
private int roofHeight; //높이
|
private Integer roofWidth; //넓이
|
||||||
private int roofGap; //간격
|
private Integer roofHeight; //높이
|
||||||
|
private Integer roofHajebichi; //하제비치
|
||||||
|
private String roofGap; //간격
|
||||||
private String roofLayout; //방식
|
private String roofLayout; //방식
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user