sm_hero_levelexp_costitem.php 611 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2021-12-21 14:42:31
  7. ////////////////////
  8. /**
  9. * Static Model hero_levelexp_costitem 英雄的升级——成长可消耗的道具表
  10. */
  11. class sm_hero_levelexp_costitem
  12. {
  13. /**
  14. * @var Int32 物品id
  15. */
  16. public $typeId;
  17. /**
  18. * @var String 名称
  19. */
  20. public $name;
  21. /**
  22. * @var Int32 提供的经验值 default(0)
  23. */
  24. public $dogExp;
  25. /**
  26. * @var Int32 消耗金币
  27. */
  28. public $costGold;
  29. }