UpdateProgress.php
317 字节
<?php
/**
* @remark :
* @name :UpdateProgress.php
* @author :lyh
* @method :post
* @time :2023/9/6 16:19
*/
namespace App\Models\Com;
use App\Models\Base;
class UpdateProgress extends Base
{
protected $table = 'gl_update_progress';
//连接数据库
protected $connection = 'custom_mysql';
}