namespace ET { public class GalleryRankInfoByCreateTime : Entity, IAwake, IDestroy { public long CreateTime; //创建时间,单位:毫秒 } }