V6UpdateLog.php
348 字节
<?php
/**
* @remark :
* @name :V6UpdateLog.php
* @author :lyh
* @method :post
* @time :2024/5/9 16:08
*/
namespace App\Models\Com;
use App\Models\Base;
/**
* @remark :
* @name :V6UpdateLog
* @author :lyh
* @method :post
* @time :2024/5/9 16:09
*/
class V6UpdateLog extends Base
{
protected $table = 'gl_v6_update_log';
}