删除无用项目

This commit is contained in:
2026-01-16 16:20:24 +08:00
parent 26742060e6
commit dc1f3fb64b
1557 changed files with 113 additions and 134166 deletions

View File

@@ -19,6 +19,9 @@ public class SysStaffQueryDTO {
@Schema(description = "公司邮箱地址,每个公司的邮箱不一样")
private String email;
@Schema(description = "用户Id")
private Long userId;
private String nickname;
@Schema(description = "部门Id")
private Long deptId;