wupengfei
5 天以前 0f8d8c435f53cd2e7d4243608745f0e6cb152289
types/api.d.ts
@@ -25,12 +25,32 @@
    field1?:string
  }
  interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOption{
  interface SelectOptionStringGetDictionaryDataSelectQueryResultOption{
    fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap;
    code?:string
  }
  interface SelectQueryResultOptionGuidGetDictionaryDataSelectQueryResultOption{
  interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{
    code?:string
  }
  interface AreaTreeNode  {
    children?: AreaTreeNode[];
    /** 编码 */
    areaCode?: string;
    /** 父级编码 */
    parentCode?: string;
    /** 名称 */
    areaName?: string;
    /** 1省 2市 3区 4镇 */
    layer?: number;
    /** 排序 */
    sort?: number;
    id?: string
    quickQuery?: string
  }
  interface GetTaskInfoQueryResult{
    enterpriseName?:string
  }
}