import ApprovalPolicyV2 from './ApprovalPolicyV2__'; /** * 或签 */ export declare class OrSignPolicyV2 extends ApprovalPolicyV2 { /** 类名 */ static readonly ConceptName: string; /** * 是否为抽象类 * 抽象类不能产生 concept: string */ static isAbstract: boolean; /** 继承链 */ static readonly inheritanceChain: string[]; /** * 产品概念 */ readonly concept: 'OrSignPolicyV2'; /** * @param source 需要合并的部分参数 */ constructor(source?: Partial); static from(source: any, parentNode?: any, parentKey?: string): OrSignPolicyV2; name?: string; } export default OrSignPolicyV2; //# sourceMappingURL=OrSignPolicyV2__.d.ts.map