refactor(domain): 将删除和恢复逻辑移至基类并实现幂等性 #1
Reference in New Issue
Block a user
Delete Branch "fix/delete-method"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
将SysUser、SysRole和SysPermission中的删除和恢复方法移至BaseDomain
实现删除操作的幂等性,已删除对象不会重复更新删除时间
更新测试用例以验证幂等行为