分享 日期格式问题
This commit is contained in:
parent
f3cac2b5d5
commit
66af437db6
|
|
@ -44,12 +44,9 @@ public class TbShopShareRecord extends Model<TbShopShareRecord> {
|
||||||
//0 非新用户 1 未领取 2 已领取 3 已使用
|
//0 非新用户 1 未领取 2 已领取 3 已使用
|
||||||
private Integer status;
|
private Integer status;
|
||||||
//生效时间/获得奖励的时间
|
//生效时间/获得奖励的时间
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
private String rewardTime;
|
||||||
private Date rewardTime;
|
private String createTime;
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
private String updateTime;
|
||||||
private Date createTime;
|
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
||||||
private Date updateTime;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue