935090232@qq.com
2021-10-28 7318dfc7f8aef27151b7c58bc49979db24dafbe8
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;
   
   /**