Commit Graph

6 Commits

Author SHA1 Message Date
chiguyong ee3cf66c90 refactor: 重构模块结构,将设备/运维相关代码移至module-asset和module-wo
- 将EquipmentController移至module-asset
- 将EquipmentHealthController移至module-asset
- 将OwnershipEntityController移至module-asset
- 将维保工单相关移至module-wo
- 删除module-ops空模块
- 更新API路径为/api/asset/*和/api/ops/*
2026-04-06 15:41:11 +08:00
chiguyong b24e0818f0 feat: add database migration script for ops tables 2026-03-24 01:06:44 +08:00
chiguyong efdc4b71f6 fix: add SPACE_004 error code and missing DTO fields 2026-03-24 00:06:55 +08:00
chiguyong aa3f6c4ced feat: add equipment extension fields to SpaceNode entity 2026-03-23 23:53:55 +08:00
chiguyong 2f8ac15434 refactor(auth): 密码策略和登录限制改为配置化
- PasswordService 支持配置化
- LoginAttemptService 支持配置化
- 配置文件添加password和login配置项
2026-03-17 22:38:56 +08:00
chiguyong 20bed35f64 feat(auth+mdm): 迭代1-认证授权和主数据管理基础功能
- auth模块: User/Role/Permission实体和CRUD
- auth模块: JWT登录认证
- auth模块: Spring Security配置
- mdm模块: Project项目管理
- mdm模块: SpaceNode空间节点管理
- 数据库初始化SQL脚本
2026-03-17 22:15:46 +08:00