管理员日志查询

This commit is contained in:
wsw
2023-07-29 16:19:59 +08:00
parent c65013f266
commit 67c3578609
7 changed files with 220 additions and 3 deletions

View File

@@ -40,6 +40,9 @@ public class AdminLog implements Serializable {
@JsonProperty("admin_id")
private Integer adminId;
@TableField(exist = false)
private String adminName;
/** 模块 */
private String module;