提交 b562d8f8 authored 作者: 000516's avatar 000516 提交者: Coding

修改人员信息、促销账号直接按status修改

Merge Request: 修改人员信息、促销账号直接按status修改 Created By: @李秋林 Accepted By: @李秋林 URL: https://g-pkkp8204.coding.net/p/wangxiaolu-sfa/d/wangxiaolu-sfa-api-system/git/merge/83
...@@ -171,4 +171,19 @@ public class UserVo { ...@@ -171,4 +171,19 @@ public class UserVo {
private Date beginTime; private Date beginTime;
private Date endTime; private Date endTime;
private Boolean existRole; private Boolean existRole;
/**
* 判断是否开通促销账号
*/
// private Boolean isOpenPromotion;
/**
* 权限(1:oneself,2:admin)
*/
private Integer privilegeId;
/**
* 促销帐号状态(0:正常 1:停用)
*/
private String proStatus;
} }
...@@ -52,9 +52,6 @@ public class UserDto { ...@@ -52,9 +52,6 @@ public class UserDto {
/** 用户头像 */ /** 用户头像 */
private String avatar; private String avatar;
/** 密码 */
private String password;
/** 岗位编码 */ /** 岗位编码 */
private String postId; private String postId;
...@@ -101,6 +98,29 @@ public class UserDto { ...@@ -101,6 +98,29 @@ public class UserDto {
/** 角色ID */ /** 角色ID */
private Long roleId; private Long roleId;
/** 角色名称 */
private String roleName;
/**
* 工作-省编码
*/
private String workProvinceNum;
/**
* 工作-省名称
*/
private String workProvinceName;
/**
* 工作-市编码
*/
private String workCityNum;
/**
* 工作-市编码
*/
private String workCityName;
/** 创建者 */ /** 创建者 */
private String createBy; private String createBy;
...@@ -123,4 +143,18 @@ public class UserDto { ...@@ -123,4 +143,18 @@ public class UserDto {
/** 备注 */ /** 备注 */
private String remark; private String remark;
/**
* 判断是否开通促销账号
*/
private Boolean isOpenPromotion;
/**
* 权限(1:oneself,2:admin)
*/
private Integer privilegeId;
/**
* 促销帐号状态(0:正常 1:停用)
*/
private String proStatus;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论