智慧保安后台管理-外网
Administrator
2022-06-16 c1cbf9921b9dbe40c1c2be0608ca94c6dbe3b0e5
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;