InquiryRelateDomain.php
285 字节
<?php
namespace App\Models\Inquiry;
use App\Models\Base;
/**
* Class InquiryRelateDomain
* @package App\Models\Inquiry
* @author zbj
* @date 2025/4/12
*/
class InquiryRelateDomain extends Base
{
//设置关联表名
protected $table = 'gl_inquiry_relate_domain';
}