using System; namespace VCommon.VEntity { public interface IMustHaveOrg { Guid OrgId { get; set; } } }