Commit 8bf9cd56 authored by tangwei's avatar tangwei

开发人

parent d4a33d30
package com.yeejoin.amos.boot.module.hygf.api.dto; package com.yeejoin.amos.boot.module.hygf.api.dto;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import com.yeejoin.amos.boot.biz.common.dto.BaseDto; import com.yeejoin.amos.boot.biz.common.dto.BaseDto;
...@@ -65,5 +66,6 @@ public class PeasantHouseholdDto extends BaseDto { ...@@ -65,5 +66,6 @@ public class PeasantHouseholdDto extends BaseDto {
@ApiModelProperty(value = "常住详细地址") @ApiModelProperty(value = "常住详细地址")
private String permanentAddressDetail; private String permanentAddressDetail;
@ApiModelProperty(value = "开发人")
private String developer;
} }
...@@ -112,4 +112,9 @@ public class PeasantHousehold extends BaseEntity { ...@@ -112,4 +112,9 @@ public class PeasantHousehold extends BaseEntity {
@TableField("permanent_address_detail") @TableField("permanent_address_detail")
private String permanentAddressDetail; private String permanentAddressDetail;
/*
* 开发人
* */
@TableField("developer")
private String developer;
} }
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