删除不用字段

This commit is contained in:
zhangchenbiao
2025-04-01 20:00:06 +08:00
parent 46227598c9
commit b9daf94531
2 changed files with 1 additions and 5 deletions

View File

@@ -36,9 +36,6 @@ public class EnterpriseUserDO implements Serializable {
@ApiModelProperty("员工的电子邮箱")
private String email;
@ApiModelProperty("员工的企业邮箱")
private String orgEmail;
@ApiModelProperty("是否是主管理员01")
private Boolean mainAdmin;