sm_yanlingLeve.php 617 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2021-03-18 16:14:22
  7. ////////////////////
  8. /**
  9. * Static Model yanlingLeve 言灵等级
  10. */
  11. class sm_yanlingLeve
  12. {
  13. /**
  14. * @var Int32 等级 default(0)
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 金币消耗 default(0)
  19. */
  20. public $goldCost;
  21. /**
  22. * @var Int32 资源点消耗 default(0)
  23. */
  24. public $pointCost;
  25. /**
  26. * @var String 用途未知!!请到数据库中添加字段注释。
  27. */
  28. public $etc;
  29. }