using VberZero.BaseSystem.Organizations; namespace VberZero.Organizations; /// /// 此接口是必须具有 的已实现实体。 /// public interface IMustHaveOrganizationUnit { /// /// 该实体所属的 ID。 /// long OrganizationUnitId { get; set; } }