七天乐-每日特惠礼包
This commit is contained in:
6
shared/domain/activityField/consumeField.ts
Normal file
6
shared/domain/activityField/consumeField.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
//资源消耗
|
||||
export interface ConsumeResParam {
|
||||
type: number;
|
||||
id: number;
|
||||
count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user