Administrator
2021-07-23 8bb82c8ace9b0accda62a120253cb7a8eaacce8a
src/main/java/org/springblade/modules/record/entity/Record.java
@@ -147,6 +147,6 @@
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   private String deptid;
}