作者 刘锟

小语种自定义跳转链接

... ... @@ -3,8 +3,11 @@
namespace App\Models\Project;
use App\Models\Base;
use Illuminate\Database\Eloquent\SoftDeletes;
class CountryCustom extends Base
{
use SoftDeletes;
protected $table = 'gl_project_country_custom';
}
... ...