import { IPSDEFVRCondition } from './ipsdefvrcondition'; /** * * @export * @interface IPSDEFVRSingleCondition */ export interface IPSDEFVRSingleCondition extends IPSDEFVRCondition { /** * 属性名称 * @type {string} */ dEFName: string; }