<?php
/**
* @Created by PhpStorm.
* @Author:Soar
* @Time:2023/11/17 10:54
*/
namespace app\admin\model;
use think\Model;
class MatchScreen extends Model
{
//
}