feat: 添加VendorGroupRequireFileTypeVo及相关服务功能
refactor: 重构多个服务类和方法,优化代码结构 fix: 修复PermissionVo中code字段更名为key的问题 docs: 更新create_vo.md文档,添加新创建的VO记录 perf: 优化WebSocketClientService中的session关闭逻辑 style: 清理无用导入和注释,统一代码格式
This commit is contained in:
@@ -8,7 +8,7 @@ public class PermissionVo implements IdentityEntity {
|
||||
private Integer id;
|
||||
private Integer functionId;
|
||||
private String name;
|
||||
private String code;
|
||||
private String key;
|
||||
private String description;
|
||||
private Boolean active;
|
||||
}
|
||||
Reference in New Issue
Block a user