using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HuanMeng.DotNetCore.MultiTenant.Contract { /// /// 多租户实体类接口 /// public interface IMultiTenantEntity : IMultiTenant { } }