sm_worldboss_demagereward.php 599 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2025-02-20 17:53:21
  7. ////////////////////
  8. /**
  9. * Static Model worldboss_demagereward 世界boss奖励信息
  10. */
  11. class sm_worldboss_demagereward
  12. {
  13. /**
  14. * @var Int32 唯一
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 伤害值
  19. */
  20. public $demageValId;
  21. /**
  22. * @var String 奖励信息
  23. */
  24. public $reward;
  25. /**
  26. * @var Int32 所在轮次,不同轮次奖励不同
  27. */
  28. public $orderId;
  29. }