Administrator
2021-08-25 df577d901e09267d2e2ef597d063e3d6f3454bff
src/main/java/org/springblade/modules/recordk/entity/Recordk.java
@@ -147,5 +147,9 @@
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   private String deptid;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String approve;
}