sm_activity_lottery_tree.php 742 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2024-12-18 15:24:40
  7. ////////////////////
  8. /**
  9. * Static Model activity_lottery_tree 转盘抽奖
  10. */
  11. class sm_activity_lottery_tree
  12. {
  13. /**
  14. * @var Int32 用途未知!!请到数据库中添加字段注释。
  15. */
  16. public $id;
  17. /**
  18. * @var String 名字
  19. */
  20. public $name;
  21. /**
  22. * @var Int32 0:外圈 1:内圈 default(0)
  23. */
  24. public $position;
  25. /**
  26. * @var Double 概率
  27. */
  28. public $per;
  29. /**
  30. * @var String 奖品
  31. */
  32. public $reward;
  33. /**
  34. * @var String 额外字段
  35. */
  36. public $etc;
  37. }