|  |  | 
 |  |  |                         ("WORD", "BuyoutPrice", 0),
 | 
 |  |  |                         ("WORD", "BiddingAdd", 0),
 | 
 |  |  |                         ("BYTE", "NeedWorldNotify", 0),
 | 
 |  |  |                         ("BYTE", "Sortpriority", 0),
 | 
 |  |  |                         ),
 | 
 |  |  | 
 | 
 |  |  |                 "DailyAction":(
 | 
 |  |  | 
 |  |  |         self.BasePrice = 0
 | 
 |  |  |         self.BuyoutPrice = 0
 | 
 |  |  |         self.BiddingAdd = 0
 | 
 |  |  |         self.NeedWorldNotify = 0 | 
 |  |  |         self.NeedWorldNotify = 0
 | 
 |  |  |         self.Sortpriority = 0 | 
 |  |  |         return | 
 |  |  |          | 
 |  |  |     def GetAuctionItemID(self): return self.AuctionItemID
 | 
 |  |  | 
 |  |  |     def GetBasePrice(self): return self.BasePrice # 起拍价
 | 
 |  |  |     def GetBuyoutPrice(self): return self.BuyoutPrice # 一口价
 | 
 |  |  |     def GetBiddingAdd(self): return self.BiddingAdd # 竞价增加
 | 
 |  |  |     def GetNeedWorldNotify(self): return self.NeedWorldNotify # 是否需要广播 | 
 |  |  |     def GetNeedWorldNotify(self): return self.NeedWorldNotify # 是否需要广播
 | 
 |  |  |     def GetSortpriority(self): return self.Sortpriority # 排序优先级归组 | 
 |  |  |  | 
 |  |  | # 日常活动表 | 
 |  |  | class IPY_DailyAction(): |