sm_activity_flipCardLottery_lineIds.php 611 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2025-02-10 15:50:51
  7. ////////////////////
  8. /**
  9. * Static Model activity_flipCardLottery_lineIds 金蛇献瑞卡牌所属行列表
  10. */
  11. class sm_activity_flipCardLottery_lineIds
  12. {
  13. /**
  14. * @var Int32 用途未知!!请到数据库中添加字段注释。
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 行列 default(0)
  19. */
  20. public $lineId;
  21. /**
  22. * @var String 所属当前行下的卡牌id集合
  23. */
  24. public $cardIds;
  25. }