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