智慧保安后台管理-外网
Administrator
2022-06-16 8b375fe00a241b3a769b82fe3dac8d1c9dce8a02
src/main/java/org/springblade/modules/permit/entity/Permit.java
@@ -32,7 +32,7 @@
/**
 * 实体类
 *
 * 许可申请表
 * @author BladeX
 * @since 2021-07-12
 */
@@ -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;
}