mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-02 04:57:16 +08:00
新增:新增系统监控/操作日志功能,优化日志表结构
This commit is contained in:
@@ -30,12 +30,12 @@ import lombok.Data;
|
||||
public class LogContext {
|
||||
|
||||
/**
|
||||
* 操作人
|
||||
* 创建人
|
||||
*/
|
||||
private Long createUser;
|
||||
|
||||
/**
|
||||
* 操作时间
|
||||
* 创建时间
|
||||
*/
|
||||
private LocalDateTime createTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user