934afa03创建于 2021年6月11日历史提交
<?php

namespace App\Models;

interface ICompanyableChild
{
    public function getCompanyableParents();
}