sm_itemlevel.php 749 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:35
  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. }