sm_boxJingYanCards.php 684 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2019-10-18 14:10:09
  7. ////////////////////
  8. /**
  9. * Static Model boxJingYanCards
  10. */
  11. class sm_boxJingYanCards
  12. {
  13. /**
  14. * @var Int32 宝箱ID
  15. */
  16. public $boxId;
  17. /**
  18. * @var Int32 经验卡的道具ID
  19. */
  20. public $cardId;
  21. /**
  22. * @var Int32 开出经验卡数量上限 default(100)
  23. */
  24. public $cardsMax;
  25. /**
  26. * @var Int32 开出经验卡数量下限 default(10)
  27. */
  28. public $cardsMin;
  29. /**
  30. * @var Int32 掉落概率(权重)
  31. */
  32. public $probability;
  33. }