新增:新增系统监控/操作日志功能,优化日志表结构

This commit is contained in:
2023-01-16 23:00:54 +08:00
parent f4ea2d44d6
commit aa726fc6b6
26 changed files with 386 additions and 83 deletions

View File

@@ -30,12 +30,12 @@ import lombok.Data;
public class LogContext {
/**
* 操作
* 创建
*/
private Long createUser;
/**
* 操作时间
* 创建时间
*/
private LocalDateTime createTime;