/** * 查找数据表名 * @param data * @return {AxiosPromise} */ export declare function reqSystemFormSelectTables(): any /** * 查找数据表字段 * @param data * @return {AxiosPromise} */ export declare function reqSystemFormSelectTableColumns(data): any /** * 查找数据表字段 * @param data * @return {AxiosPromise} */ export declare function reqSystemFormSelectFormColumnList(data): any