1、新增礼品卡模块
2、完善优惠券
This commit is contained in:
11
src/api/shop/shopCouponApplyCate/model/index.ts
Normal file
11
src/api/shop/shopCouponApplyCate/model/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
/**
|
||||
* 优惠券
|
||||
*/
|
||||
export interface ShopCouponApplyCate {
|
||||
id?: number;
|
||||
couponId?: number;
|
||||
cateId?: number;
|
||||
cateLevel?: number;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user