www_fpvone_cn/application/common/model/PlayerCertificate.php

13 lines
169 B
PHP

<?php
namespace app\common\model;
use think\Model;
/**
* @Created by PhpStorm.
* @Author:Soar
* @Time:2023/12/27 10:46
*/
class PlayerCertificate extends Model
{
}