sm_itemlevel.php 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2019-10-24 09:29:45
  7. ////////////////////
  8. /**
  9. * Static Model itemlevel
  10. */
  11. class sm_itemlevel
  12. {
  13. /**
  14. * @var Int32 用途未知!!请到数据库中添加字段注释。
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 用途未知!!请到数据库中添加字段注释。
  19. */
  20. public $level;
  21. /**
  22. * @var Int32 每放入一件装备需要的手工费
  23. */
  24. public $needGold;
  25. /**
  26. * @var Int32 装备升级所需经验
  27. */
  28. public $needExp;
  29. /**
  30. * @var Int32 当狗粮使用时的经验
  31. */
  32. public $selfExp;
  33. }