Administrator
2021-08-19 f655dd8373a0bc767115c3a4490bc3e3b0d05ec3
src/main/java/org/springblade/modules/recordk/entity/Recordk.java
@@ -147,5 +147,18 @@
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   private String deptid;
   private String ptype;
   @ApiModelProperty(value = "提交时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date permitime;
   private String reason;
   private String cardid;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String storage;
}