Files
2026-04-08 17:10:58 +08:00

12 lines
132 B
TypeScript

/**
* 优惠券
*/
export interface ShopCouponApplyItem {
id?: number;
couponId?: number;
type?: number;
pk?: number;
}