分享活动 时间字段问题

This commit is contained in:
2024-11-18 17:52:58 +08:00
parent 3e55cc848c
commit ee647ae2d8

View File

@@ -38,11 +38,9 @@ public class TbShopShare extends Model<TbShopShare> {
//被邀顶部图 //被邀顶部图
private String beInvitedImg; private String beInvitedImg;
//活动结束时间 //活动结束时间
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private String endTime;
private Date endTime;
//活动开始时间 //活动开始时间
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private String startTime;
private Date startTime;
//新用户获得券 //新用户获得券
private String newCoupon; private String newCoupon;
//邀请num人数 可获奖励券 //邀请num人数 可获奖励券