系统资源管理优化

This commit is contained in:
wh
2026-04-28 12:15:10 +08:00
parent d404c7d187
commit 343df65c69
9 changed files with 189 additions and 177 deletions

View File

@@ -23,6 +23,7 @@ public class SysConfig {
private String configValue;
private String status;
private Long creatorId;
private String creatorRole;
private LocalDateTime createdAt;
private LocalDateTime updatedAt;
}