zengh
2021-08-19 8b464ee379c5b35ac8b22b4e5dde25c4f6fb75cf
src/main/java/org/springblade/modules/record/entity/Record.java
@@ -62,7 +62,7 @@
   /**
    * 成立日期
    */
   @ApiModelProperty(value = "成立日期")
   @ApiModelProperty(value = "注册时间")
   @TableField("establishTime")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
@@ -148,5 +148,19 @@
   @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 approve;
   private String examinetime;
   private String cardid;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String storage;
}