Tutorial.php
349 字节
<?php
/**
* @remark :
* @name :Tutorial.php
* @author :lyh
* @method :post
* @time :2024/5/13 17:34
*/
namespace App\Models\Tutorial;
use App\Models\Base;
/**
* @remark :oa教程
* @name :Tutorial
* @author :lyh
* @method :post
* @time :2024/5/13 17:34
*/
class Tutorial extends Base
{
protected $table = 'gl_tutorial';
}