sm_active_day7_accumulate.php 636 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2024-04-22 17:07:04
  7. ////////////////////
  8. /**
  9. * Static Model active_day7_accumulate 7日签到累计
  10. */
  11. class sm_active_day7_accumulate
  12. {
  13. /**
  14. * @var Int32 用途未知!!请到数据库中添加字段注释。
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 用途未知!!请到数据库中添加字段注释。
  19. */
  20. public $typeId;
  21. /**
  22. * @var String 用途未知!!请到数据库中添加字段注释。
  23. */
  24. public $reward;
  25. }