| 12345678910111213141516171819202122232425 |
- <?php
- namespace app\common\model;
- use app\api\services\UserServices;
- use app\common\model\TimeModel;
- //use app\model\RedPoolModel;
- //use app\model\RedStorePoolModel;
- use app\common\model\UserDataModel;
- use services\CacheServices;
- use think\Exception;
- use think\facade\Db;
- use think\Model;
- class RecyclecardLogModel extends Model
- {
- protected $name = "recyclecard_log";
- }
|