Helius
2022-02-10 91e4d0c81321f9ccfec7fca41898a00ff6f57001
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;
   
   /**