删除无用项目

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

@@ -29,4 +29,7 @@ public class SysUserRegisterDTO {
@NotBlank(message = "手机号不能为空!")
private String phone;
@Schema(description="工号")
private String jobNumber;
}