装备:分解装备获得奖励合起来

This commit is contained in:
luying
2021-08-09 16:12:37 +08:00
parent e045c304ac
commit fbe9e08aa1
5 changed files with 21 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ export interface RewardInter {
}
export interface ItemInter {
id?: number;
id: number;
count?: number;
seqId?: number;
type?: number;