帐号状态(0正常 1停用)

This commit is contained in:
2025-07-18 11:18:30 +08:00
parent 0fa0e4ab1b
commit 34188f20dd
2 changed files with 12 additions and 6 deletions

View File

@ -50,6 +50,12 @@ public class UserQueryCriteria extends BaseEntity {
@Schema(name = "是否启用")
private Boolean enabled;
/**
* 帐号状态0正常 1停用
*/
@Schema(name = "帐号状态0正常 1停用")
private String status;
@Schema(name = "部门ID")
private Long deptId;