Administrator
2021-07-22 fd72a9045a8fc437b8c28bac0bdc98e0d29aa441
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;
}