/** * 取数条件拼接 */ export default function join(condition1: any, condition2: any, op: 'and' | 'or'): any;