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