1234567891011121314151617181920212223242526272829303132 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2023-09-15 16:47:42
- ////////////////////
- /**
- * Static Model task_accumulate 每日任务累计表
- */
- class sm_task_accumulate
- {
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $id;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $typeId;
- /**
- * @var String 用途未知!!请到数据库中添加字段注释。
- */
- public $reward;
- }
|