Commit b2b81816 by zhangxingmin

push

parent 68aa7604
...@@ -41,6 +41,12 @@ public class UserSaleExpand implements Serializable { ...@@ -41,6 +41,12 @@ public class UserSaleExpand implements Serializable {
private String userBizId; private String userBizId;
/** /**
* 客户端用户表唯一业务ID
*/
@TableField("client_user_biz_id")
private String clientUserBizId;
/**
* 销售用户真实姓名 * 销售用户真实姓名
*/ */
@TableField("real_name") @TableField("real_name")
......
...@@ -41,6 +41,12 @@ public class UserSignExpand implements Serializable { ...@@ -41,6 +41,12 @@ public class UserSignExpand implements Serializable {
private String userBizId; private String userBizId;
/** /**
* 客户端用户表唯一业务ID
*/
@TableField("client_user_biz_id")
private String clientUserBizId;
/**
* 签单用户真实姓名 * 签单用户真实姓名
*/ */
@TableField("real_name") @TableField("real_name")
......
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