修改部门负责人字段,添加组织备注字段

This commit is contained in:
yangsb
2024-04-25 09:27:56 +08:00
parent a2e05e7112
commit 9d2baef834
8 changed files with 22 additions and 6 deletions
@@ -17,7 +17,7 @@ public class DeptRespDTO {
private Long parentId;
@Schema(description = "负责人的用户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
private Long leaderUserId;
private String leader;
@Schema(description = "部门状态", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
private Integer status; // 参见 CommonStatusEnum 枚举