分享活动 时间字段问题
This commit is contained in:
parent
36f45f6be5
commit
20aebe1f4d
|
|
@ -38,11 +38,9 @@ public class TbShopShare extends Model<TbShopShare> {
|
|||
//被邀顶部图
|
||||
private String beInvitedImg;
|
||||
//活动结束时间
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date endTime;
|
||||
private String endTime;
|
||||
//活动开始时间
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date startTime;
|
||||
private String startTime;
|
||||
//新用户获得券
|
||||
private String newCoupon;
|
||||
//邀请num人数 可获奖励券
|
||||
|
|
|
|||
Loading…
Reference in New Issue