Commit 22632912 by zhangxingmin

push

parent c4817f15
......@@ -63,6 +63,16 @@ public class ApiUserSaleExpandPageResponse {
private String deptName;
/**
* 团队表唯一业务ID
*/
private String teamBizId;
/**
* 团队名称
*/
private String teamName;
/**
* 状态(0:停用 1:启用)
*/
private Integer status;
......
......@@ -89,6 +89,18 @@ public class UserSaleExpand implements Serializable {
private String deptName;
/**
* 团队表唯一业务ID
*/
@TableField("team_biz_id")
private String teamBizId;
/**
* 团队名称
*/
@TableField("team_name")
private String teamName;
/**
* 状态(0:停用 1:启用)
*/
@TableField("status")
......
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