feat(拍卖行): 只流3个拍品到世界拍卖行

https://bantugame.feishu.cn/wiki/wikcn1qfpNYNUnOvuKiyK69eqqg?lang=zh-CN&open_in_browser=true
This commit is contained in:
luying
2022-10-25 17:33:46 +08:00
parent ecba195051
commit 44787d68a5
8 changed files with 95 additions and 24 deletions
+8
View File
@@ -0,0 +1,8 @@
import { RewardInter } from '../../pubUtils/interface'
export interface AuctionRewardInter {
goods: RewardInter;
basePrice: number;
maxPrice: number;
sort: number;
}