Commit edec0d25 by 吕明尚

优惠卷领取记录表增加使用时间

parent 2dedf4b2
...@@ -141,8 +141,8 @@ public class SConsumerCoupon extends BaseEntity ...@@ -141,8 +141,8 @@ public class SConsumerCoupon extends BaseEntity
private Date endDate; private Date endDate;
/** 使用时间 */ /** 使用时间 */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "使用时间", width = 30, dateFormat = "yyyy-MM-dd") @Excel(name = "使用时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date useDate; private Date useDate;
/** 使用状态(0:待使用,1:已使用,2:已失效) */ /** 使用状态(0:待使用,1:已使用,2:已失效) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment