BUGFIX:1.查询组织接口完善 2.设置默认的二级印花分类 3.教育管理员登录时过期处理

This commit is contained in:
2025-10-06 18:09:11 +08:00
parent e6d5d4f614
commit c00c2e738b
10 changed files with 335 additions and 185 deletions

View File

@@ -18,6 +18,6 @@ public class Organization extends BaseEntity{
private String level;
// 父分类ID自引用
private Long parentId;
// 状态
// 状态 0 inactive || 1 active
private Integer status;
}