用户优惠券增加两个时间
This commit is contained in:
parent
bad0d4925c
commit
8c3e76ab1d
@ -75,4 +75,10 @@ public class ShopUserVoucher implements Serializable {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "到期使用时间")
|
@ApiModelProperty(value = "到期使用时间")
|
||||||
private Date voucher_start_date;
|
private Date voucher_start_date;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "创建时间")
|
||||||
|
private Date created_at;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "更新时间")
|
||||||
|
private Date updated_at;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user