tangzy
2021-07-15 fcc9d7663d8361e3afbc71a6bb8a668c358babf3
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;
}