fix
Helius
2021-11-09 897ba457e4dc1fa19472ae9a7f9f6a1488169ec7
zq-erp/src/main/java/com/matrix/system/activity/vo/SignWriteoffListVo.java
@@ -16,7 +16,7 @@
    * 核销时间
    */
   @ApiModelProperty(value ="核销时间")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone="GMT+8")
   @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss", timezone="GMT+8")
   private Date  writeoffTime;
   
   /**
@@ -47,7 +47,7 @@
    * 中奖时间
    */
   @ApiModelProperty(value ="中奖时间")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone="GMT+8")
   @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss", timezone="GMT+8")
   private Date  winTime;
   
   /**