Commit e8cde4b1 by 徐高华

Merge branch 'feature/xgh/202507迭代' into 'developer'

朋友圈活动结束时间

See merge request !3082
parents 896981ea dc9f2636
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