Commit 46032208 by 东州 翁 Committed by chenzg

修改企业信息表area字段类型

parent 894aa8b6
...@@ -58,8 +58,8 @@ public class QyzxEntInfoM extends Model<QyzxEntInfoM> { ...@@ -58,8 +58,8 @@ public class QyzxEntInfoM extends Model<QyzxEntInfoM> {
@ApiModelProperty(value="电话号码 ",example="18712345678") @ApiModelProperty(value="电话号码 ",example="18712345678")
private String phone; private String phone;
@ApiModelProperty(value="所在地区",example="440111") @ApiModelProperty(value="所在地区",example="广东省广州市白云区")
private Integer area; private String area;
@ApiModelProperty(value="办公地址 ",example="广从一路5号柏曼酒店3楼") @ApiModelProperty(value="办公地址 ",example="广从一路5号柏曼酒店3楼")
private String workAddress; private String workAddress;
......
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