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;