sm_item_box.php 458 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2020-09-02 18:00:43
  7. ////////////////////
  8. /**
  9. * Static Model item_box 宝箱类道具
  10. */
  11. class sm_item_box
  12. {
  13. /**
  14. * @var Int32 查询用的ID
  15. */
  16. public $typeId;
  17. /**
  18. * @var String 奖品池类型id,(boxPool里面的dropType),逗号分隔
  19. */
  20. public $contents;
  21. }