using Demo.Features; namespace Demo.Models; /// /// 元数据 /// public interface IMetadata { /// /// 属性 /// MetadataPropertySet Properties { get; } }