Commit 9f86bc5a authored by litengwei's avatar litengwei

代码提交

parent 90094e42
...@@ -81,6 +81,9 @@ public class SurveyInformationDto extends BaseDto { ...@@ -81,6 +81,9 @@ public class SurveyInformationDto extends BaseDto {
@TableField(typeHandler = FastjsonTypeHandler.class) @TableField(typeHandler = FastjsonTypeHandler.class)
private List<Integer> projectAddress; private List<Integer> projectAddress;
@ApiModelProperty(value = "项目地址")
private String projectAddressName;
@ApiModelProperty(value = "常住地址") @ApiModelProperty(value = "常住地址")
@TableField(typeHandler = FastjsonTypeHandler.class) @TableField(typeHandler = FastjsonTypeHandler.class)
private List<Integer> permanentAddress; private List<Integer> permanentAddress;
...@@ -88,4 +91,8 @@ public class SurveyInformationDto extends BaseDto { ...@@ -88,4 +91,8 @@ public class SurveyInformationDto extends BaseDto {
@ApiModelProperty(value = "常住是否相同") @ApiModelProperty(value = "常住是否相同")
private List<String> isPermanent; private List<String> isPermanent;
@ApiModelProperty(value = "定金")
private Float deposit;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment