ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java
@@ -35,4 +35,8 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Integer startTime; @ApiModelProperty(value = "结束时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Integer endTime; }