|
@@ -1,6 +1,7 @@
|
|
package com.yonge.cooleshow.admin.io.request.coupon;
|
|
package com.yonge.cooleshow.admin.io.request.coupon;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
import com.alibaba.fastjson.JSON;
|
|
|
|
+import com.alibaba.fastjson.annotation.JSONField;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.yonge.cooleshow.biz.dal.dto.UserParam;
|
|
import com.yonge.cooleshow.biz.dal.dto.UserParam;
|
|
import com.yonge.cooleshow.biz.dal.enums.ClientEnum;
|
|
import com.yonge.cooleshow.biz.dal.enums.ClientEnum;
|
|
@@ -184,9 +185,11 @@ public class CouponIssueVo {
|
|
private String orderNo;
|
|
private String orderNo;
|
|
|
|
|
|
@ApiModelProperty("有效期开始时间")
|
|
@ApiModelProperty("有效期开始时间")
|
|
|
|
+ @JSONField(format = "yyyy-MM-dd")
|
|
private Date startTime;
|
|
private Date startTime;
|
|
|
|
|
|
@ApiModelProperty("有效期结束时间")
|
|
@ApiModelProperty("有效期结束时间")
|
|
|
|
+ @JSONField(format = "yyyy-MM-dd")
|
|
private Date endTime;
|
|
private Date endTime;
|
|
|
|
|
|
@ApiModelProperty("发放时间")
|
|
@ApiModelProperty("发放时间")
|
|
@@ -562,9 +565,11 @@ public class CouponIssueVo {
|
|
private String orderNo;
|
|
private String orderNo;
|
|
|
|
|
|
@ApiModelProperty("有效期开始时间")
|
|
@ApiModelProperty("有效期开始时间")
|
|
|
|
+ @JSONField(format = "yyyy-MM-dd")
|
|
private Date startTime;
|
|
private Date startTime;
|
|
|
|
|
|
@ApiModelProperty("有效期结束时间")
|
|
@ApiModelProperty("有效期结束时间")
|
|
|
|
+ @JSONField(format = "yyyy-MM-dd")
|
|
private Date endTime;
|
|
private Date endTime;
|
|
|
|
|
|
@ApiModelProperty("发放时间")
|
|
@ApiModelProperty("发放时间")
|