Commit e5dd9a81 by 邓实川

企业中心信息邮编字段补充

parent cba9d4aa
...@@ -58,6 +58,9 @@ public class QyzxEntInfoM extends Model<QyzxEntInfoM> { ...@@ -58,6 +58,9 @@ public class QyzxEntInfoM extends Model<QyzxEntInfoM> {
@ApiModelProperty(value = "电话号码 ", example = "18712345678") @ApiModelProperty(value = "电话号码 ", example = "18712345678")
private String phone; private String phone;
@ApiModelProperty(value = "邮编 ", example = "110000")
private String zipCode;
@ApiModelProperty(value = "所在地区id", example = "广东省广州市白云区") @ApiModelProperty(value = "所在地区id", example = "广东省广州市白云区")
private String area; private String area;
......
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