This commit is contained in:
Megghy
2023-10-12 11:50:41 +08:00
parent 02c2309255
commit 826f99350c
5 changed files with 275 additions and 18 deletions

View File

@@ -103,6 +103,7 @@ export interface LotteryUserInfo {
location?: string
isVIP?: boolean
card?: LotteryUserCardInfo
visiable: boolean
}
export interface LotteryUserCardInfo {
name: string