/** * 构造模糊查询条件,区分大小写 */ export default function like(field_name: string, value: number | string | boolean): {};