<?php
namespace app\api\model;
use app\common\library\DatabaseRoute;
use app\common\model\Common;
use ba\Random;
use think\facade\Cache;
use think\facade\Db;
use think\Model;
class TaskCenter extends Model
{
}