sm_item_pills.php 597 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2023-03-14 14:23:00
  7. ////////////////////
  8. /**
  9. * Static Model item_pills 药水类道具
  10. */
  11. class sm_item_pills
  12. {
  13. /**
  14. * @var Int32 查询用的ID
  15. */
  16. public $typeId;
  17. /**
  18. * @var Int32 修改英雄属性的id: 0 hp, 1 mp, 2 体力 default(0)
  19. */
  20. public $attrType;
  21. /**
  22. * @var Int32 修改数值 default(0)
  23. */
  24. public $number;
  25. /**
  26. * @var String 备注
  27. */
  28. public $desc;
  29. }