xiaoyong931011
2022-03-30 1cac6b396b8a7735bafb4c4c29f873f8eee8c516
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;
   
   /**