GalleryRankInfoByCreateTime.cs 169 B

1234567
  1. namespace ET
  2. {
  3. public class GalleryRankInfoByCreateTime : Entity, IAwake, IDestroy
  4. {
  5. public long CreateTime; //创建时间,单位:毫秒
  6. }
  7. }