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