Commit 97782601 by dengshichuan

Merge branch 'wdz' into 'develop'

Wdz

See merge request 8timerv2/8timerapiv200!67
parents 15ecb5f8 605be779
...@@ -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