Files
2026-03-05 13:32:48 +08:00

12 lines
132 B
TypeScript

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