Commit df1a69e8 authored by tangwei's avatar tangwei

删除无用字段

parent 3714bd64
......@@ -32,10 +32,7 @@ public class PersonAccountDto extends BaseDto {
@ApiModelProperty(value = "用户角色")
private String roles;
@ApiModelProperty(value = "角色名称")
private String roleName;
@ApiModelProperty(value = "密码")
private String password;
......@@ -48,11 +45,6 @@ public class PersonAccountDto extends BaseDto {
@ApiModelProperty(value = "应用")
private String application;
@ApiModelProperty(value = "组织机构id")
private String orgCode;
@ApiModelProperty(value = "角色key")
private String roleKey;
@ApiModelProperty(value = "生产用户类型")
private String scUserType;
......
......@@ -42,11 +42,6 @@ public class PersonAccount extends BaseEntity {
@TableField("roles")
private String roles;
/**
* 角色名称
*/
@TableField("role_name")
private String roleName;
/**
* 人员信息id
......@@ -68,18 +63,6 @@ public class PersonAccount extends BaseEntity {
/**
* 组织机构id
*/
@TableField("org_code")
private String orgCode;
/**
* 角色key
*/
@TableField("role_key")
private String roleKey;
/**
* 生产用户类型
*/
@TableField("sc_user_type")
......
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