coupon add validdays
This commit is contained in:
parent
304e7037bc
commit
2c37fd620e
@ -51,6 +51,13 @@ class CouponClass extends BaseModule {
|
||||
*/
|
||||
@prop()
|
||||
public validEnd: number
|
||||
|
||||
/**
|
||||
* 领取后多少天过期
|
||||
* 0: 永不过期
|
||||
*/
|
||||
@prop({ default: 0 })
|
||||
public validDays: number
|
||||
/**
|
||||
* 是否删除
|
||||
* @type {boolean}
|
||||
|
Loading…
x
Reference in New Issue
Block a user