Commit 37628a5c authored by libin's avatar libin

companybase 字段添加

parent 4b400f9a
...@@ -100,6 +100,13 @@ public class CompanyBase { ...@@ -100,6 +100,13 @@ public class CompanyBase {
@ApiModelProperty("更新时间") @ApiModelProperty("更新时间")
private Integer isDel; private Integer isDel;
@Column(name = "province_name")
private String provinceName;
@Column(name = "city_name")
private String cityName;
@Column(name = "towm_name")
private String townName;
} }
\ No newline at end of file
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