Commit a9460ac4 by 284718418@qq.com

添加字段现居住地详址

parent 158aae2a
......@@ -130,6 +130,14 @@ public class ZpglRcxx extends Model<ZpglRcxx> {
*/
@ApiModelProperty(value = "详细地址")
private String address;
/**
* 现居住地详址
*/
@ApiModelProperty(value = "现居住地详址")
private String grAddress;
/**
* 是否结婚:0否,1是
*/
......
......@@ -24,6 +24,7 @@
<result property="cityId" column="city_id"/>
<result property="city" column="city"/>
<result property="address" column="address"/>
<result property="grAddress" column="gr_address"/>
<result property="marryStatus" column="marry_status"/>
<result property="language" column="language"/>
<result property="drivingLicense" column="driving_license"/>
......
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