sm_item_box.php 457 B

123456789101112131415161718192021222324252627
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2021-12-21 14:42:32
  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. }