审查视图

application/api/model/Third.php 109 字节
李忠强 authored
1 2 3 4 5 6 7 8
<?php
namespace app\api\model;

use think\Model;
class Third extends Model
{
    protected $name = 'third';
}