fix(system-api、boot): 给用户管理功能相关的各种需要company字段的类,新增company字段。

This commit is contained in:
dk
2026-04-16 20:29:36 +08:00
parent 67040aaf5d
commit 0c91f5deaa
14 changed files with 56 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ public class AdminUserRespDTO implements VO {
@Schema(description = "用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "小王")
private String nickname;
@Schema(description = "所属公司", example = "灿能")
private String company;
@Schema(description = "帐号状态", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
private Integer status; // 参见 CommonStatusEnum 枚举