zengh
2021-07-18 2d45468ce5f1dcdc27141a61bcbdf41ca98b7e42
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;
}