@@ -56,11 +56,11 @@ public class PromotionCouponBatch
private Integer status;
/** 开始时间 */
- @JsonFormat(pattern = "yyyy-MM-dd")
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date startTime;
/** 结束时间 */
private Date endTime;
/** 有效天数 */