Commit dc9f2636 by 徐高华

朋友圈活动结束时间

parent 9128eae6
package com.gic.haoban.manage.web.qo.moment;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
......@@ -75,6 +77,7 @@ public class QwMomentPlanQO implements Serializable {
/**
* 结束时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date endDate ;
public Date getEndDate() {
......
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