兼容修改

This commit is contained in:
张松
2025-08-18 11:01:59 +08:00
parent 1bd5802209
commit d3cea2a46f
2 changed files with 39 additions and 33 deletions

View File

@@ -5,10 +5,8 @@ namespace app\api\model;
use app\admin\model\User;
use app\common\library\DatabaseRoute;
use app\common\model\Common;
use ba\Random;
use think\facade\Cache;
use support\Log;
use think\facade\Db;
use think\facade\Log;
use think\Model;
class TaskCenterRecord extends Model