sm_expandStoreNum.php 595 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:37:37
  7. ////////////////////
  8. /**
  9. * Static Model expandStoreNum 背包扩容次数及消耗
  10. */
  11. class sm_expandStoreNum
  12. {
  13. /**
  14. * @var Int32 扩充次数 default(0)
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 扩容格子数量 default(0)
  19. */
  20. public $expandNum;
  21. /**
  22. * @var String 每次扩容消耗
  23. */
  24. public $cost;
  25. /**
  26. * @var String 额外字段
  27. */
  28. public $etc;
  29. }