tangzy
2021-08-24 5f70552240fbbd129d59f150d4b2e2f2691e4371
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;
}