智慧保安后台管理-外网
Administrator
2022-06-21 f61f487b258cf68b77ec9b9ddb0badfd94ce430b
src/main/java/org/springblade/modules/vip/entity/VipTopic.java
@@ -45,6 +45,13 @@
   private Date createTime;
   /**
    * 更新时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date updateTime;
   /**
    * 报名id
    */
   private Long applyId;