whyclxw
2024-08-13 92dfc05771b5a9f5a0282b4021b2e80eac67d2ca
src/main/java/com/whyc/pojo/OperationLog.java
@@ -18,8 +18,7 @@
@NoArgsConstructor
@TableName(schema = "db_user",value = "operation_log")
public class OperationLog {
    //private Integer id;
    private Integer num;
    private Integer userId;
    private String userName;
    private Integer type1;