UNIVPLMDataIntegration/Web/src/api-services/models/tianditu-input.ts

55 lines
2.0 KiB
TypeScript
Raw Normal View History

/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
*
* @export
* @interface TiandituInput
*/
export interface TiandituInput {
/**
* keyword='北京' keyword = '156110000' keyword只有一个字符时suggestion字段值district字段值
*
* @type {string}
* @memberof TiandituInput
*/
keyword?: string | null;
/**
* // 0123 0 1 2 3 -
*
* @type {string}
* @memberof TiandituInput
*/
childLevel?: string | null;
/**
* truefalse true false
*
* @type {boolean}
* @memberof TiandituInput
*/
extensions?: boolean;
/**
*
*
* @type {string}
* @memberof TiandituInput
*/
tk?: string | null;
}