sm_tokenGift.php 543 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (mail@wanggangzero.cn), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2018-02-06 14:32:15
  7. ////////////////////
  8. /**
  9. * Static Model tokenGift
  10. */
  11. class sm_tokenGift
  12. {
  13. /**
  14. * @var Int32 平台(0:all,1:腾讯,2:九游,...)
  15. */
  16. public $plat;
  17. /**
  18. * @var Int32 开始生效时间戳
  19. */
  20. public $startTs;
  21. /**
  22. * @var Int32 失效时间戳
  23. */
  24. public $expirets;
  25. /**
  26. * @var String 礼包内容: itemid,num;itemid,num...
  27. */
  28. public $reward;
  29. }