七天乐-每日特惠礼包

This commit is contained in:
qiaoxin
2021-04-26 17:25:44 +08:00
parent 4d5db3b851
commit 8c1be43b87
11 changed files with 298 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
//资源消耗
export interface ConsumeResParam {
type: number;
id: number;
count: number;
}