/** * 业务动作类型 */ export declare enum AifBizActionType { /** * 生单 */ Creation = 1, /** * 回写 */ Writeback = 2 }