Administrator
2021-09-30 0a94e5f7a9b1ae802ddaff65c1891d5f8eb20be4
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;
}