You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
luoweijian
96230913ae
refactor: SystemController IO to DTOs (ADR-0017 ticket 07)
- new DeptDTO (extends BaseDTO, children tree, fromEntity/toEntity)
- new AssignDeptDTO (plain POJO, no key semantics)
- rename UserStatsVO -> UserStatsDTO
- menuTree returns List<ResourceNodeDTO>; PermissionResolver.visibleMenuTree maps entity->DTO before tree build
- deptTree returns List<DeptDTO>; saveDept takes DeptDTO; assignUserDepts takes AssignDeptDTO
- userPage drops @RequestBody -> form binding (aligns with documented form-urlencoded convention)
- sync role-management doc RoleDetailVO -> RoleDTO
- DataScopeIntegrationTest updated for ResourceNodeDTO
|
4 weeks ago |
| .. |
|
adr
|
refactor: BaseDTO 重构为 abstract 基类 + IBaseService 清理死代码 (ADR-0017 ticket 01)
|
4 weeks ago |
|
agents
|
first-commit
|
1 month ago |
|
research
|
commit
|
4 weeks ago |
|
deploy-verify.md
|
commit
|
1 month ago |
|
frontend-auth-integration.md
|
commit
|
1 month ago |
|
frontend-integration-data-dictionary.md
|
feat(dict): data dictionary module — two-level flat model, CRUD/default/cache/permission/seed (ADR-0015)
|
1 month ago |
|
frontend-integration-menu-permission.md
|
refactor: rename ResourceNode to ResourceNodeDTO extending BaseDTO (ADR-0017 ticket 05)
|
4 weeks ago |
|
frontend-integration-role-management.md
|
refactor: SystemController IO to DTOs (ADR-0017 ticket 07)
|
4 weeks ago |
|
platform-tech-blueprint.md
|
commit
|
1 month ago |
|
业务中台产品接口说明书.pdf
|
feat(auth): role management — ancestor completion, CRUD, permission assignment, cascade delete (ADR-0012)
|
1 month ago |
|
业务中台产品接口说明书.txt
|
feat(auth): role management — ancestor completion, CRUD, permission assignment, cascade delete (ADR-0012)
|
1 month ago |
|
业务中台(CRM)技术方案.pdf
|
commit
|
1 month ago |