using System; namespace VCommon.VEntity { //TODO: 移动到 VApplication.VEntity public interface IMayHaveTenant { Guid? TenantId { get; set; } } }