/** * @description: 查询 */ export interface ConfigModel { // textJson?: { // [propname: string]: string | undefined // } textJson?: string }