sm_task_accumulate.php 627 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2023-09-15 16:47:42
  7. ////////////////////
  8. /**
  9. * Static Model task_accumulate 每日任务累计表
  10. */
  11. class sm_task_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. }