/** * 关联外键 * @author wangjiegj */ /** * 关联外键 */ export declare class GSPAssociationKey { /** * 源元素ID */ SourceElement: string; /** * 来源字段显示名称 */ SourceElementDisplay: string; /** * 目标元素ID */ TargetElement: string; /** * 目标字段显示名称 */ TargetElementDisplay: string; /** * 引用模型名称 */ RefdataModelName: string; }