Commit 42aaa841 authored by hanfeng's avatar hanfeng

修改客户管理

parent f1ce775f
......@@ -28,6 +28,9 @@ public class AppStaffUser {
@Column(name = "u_name")
@ApiModelProperty("客户姓名")
private String uName;
@Column(name = "u_id")
@ApiModelProperty("客户id")
private String uid;
@ApiModelProperty("客户手机")
private String phone;
@ApiModelProperty("客户公司")
......
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