import { IPSModelObject } from '../../ipsmodel-object'; /** * * 子接口类型识别属性[] * @export * @interface IPSDEDataQueryCodeCond */ export interface IPSDEDataQueryCodeCond extends IPSModelObject { /** * 条件类型 * @type {string} */ condType: string; /** * 查询条件 * @type {string} */ customCond: string; } //# sourceMappingURL=ipsdedata-query-code-cond.d.ts.map