智慧保安后台管理-外网项目备份
钟日健
2026-06-01 62eb499b0c969f246d3245d1429a97da4de1ce28
src/main/java/org/springblade/modules/permit/entity/Permit.java
@@ -64,7 +64,6 @@
    * 成立日期
    */
   @ApiModelProperty(value = "成立日期")
   @TableField("establishTime")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date establishtime;
@@ -73,6 +72,11 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date permitime;
   @ApiModelProperty(value = "审批时间")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date overtime;
   /**
    * 注册资本
    */
@@ -136,6 +140,13 @@
   private Integer id;
   private String deptid;
   private String ptype;
   private String storage;
   private String cardid;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String approve;
   private String jurisdiction;
}