1234567891011121314151617181920212223242526272829303132 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2025-03-28 16:27:55
- ////////////////////
- /**
- * Static Model active_day7_accumulate 7日签到累计
- */
- class sm_active_day7_accumulate
- {
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $id;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $typeId;
- /**
- * @var String 用途未知!!请到数据库中添加字段注释。
- */
- public $reward;
- }
|