tangzy
2021-08-16 1686e242b0c63d64db8551fe9d08cd57bd77fb8b
src/main/java/org/springblade/modules/revoke/entity/Revoke.java
@@ -137,6 +137,13 @@
   @ApiModelProperty(value = "撤销日期")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date ctime;
   private Date permitime;
   private String deptid;
   private String ptype;
   private String cardid;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String storage;
}