<?php
/**
* @remark :
* @name :DomainApplicantLog.php
* @author :lyh
* @method :post
* @time :2025/5/29 13:47
*/
namespace App\Models\Domain;
use App\Models\Base;
class DomainApplicantLog extends Base
{
protected $table = 'gl_domain_applicant_log';
}