sm_item_segment.php 660 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2021-12-21 14:42:33
  7. ////////////////////
  8. /**
  9. * Static Model item_segment 碎片类道具
  10. */
  11. class sm_item_segment
  12. {
  13. /**
  14. * @var Int32 查询用的ID
  15. */
  16. public $typeId;
  17. /**
  18. * @var Int32 有效时长(单位s) default(0)
  19. */
  20. public $expireTs;
  21. /**
  22. * @var Int32 原型英雄的ID
  23. */
  24. public $protoHeroID;
  25. /**
  26. * @var Int32 元素
  27. */
  28. public $element;
  29. /**
  30. * @var Int32 合成需要的数量
  31. */
  32. public $mergeCount;
  33. }