feat(宝物): 宝物seqId修改

This commit is contained in:
luying
2023-03-31 13:41:00 +08:00
parent da747a7fba
commit 2caf169055
10 changed files with 36 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ export interface RewardInter {
export interface ItemInter {
id: number;
count?: number;
seqId?: number;
seqId?: number|string;
type?: number;
isPay?: boolean;
hid?: number;