/** * 动态属性集合构件 * @author wangjiegj */ /** * 动态属性集合构件 */ export declare class MdRefInfo { /** * 元数据ID */ ID: string; /** * 构件元数据名称 */ Name: string; }