xiaoyong931011
2021-03-19 703583a4183d2153742b64663193fd003ff7a9e5
src/main/java/com/xcong/excoin/modules/activity/vo/ActivityReceiveRecordVo.java
@@ -25,7 +25,7 @@
   private String  subConditions;
   @ApiModelProperty("激活状态1已激活2未激活3已领取")
   private Integer  receiveState;
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @JsonFormat(pattern = "yyyy-MM-dd hh:mm", timezone = "GMT+8")
   @ApiModelProperty("失效时间")
   private Date invalidTime;