namespace ET { public class ShopItemInfo : Entity, IAwake<int> ,IDestroy, ISerializeToEntity { public int ShopItemID; public int BuyTimes; public string StartTime; } }