zhengyiming
9 天以前 4ea3fb422f1c1af628d948eb3908b6a61f71bbdf
types/api.d.ts
@@ -18,13 +18,28 @@
    field1?:string
  }
  interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{
  interface SelectOptionStringGetDictionaryDataSelectQueryResultOption{
    fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap;
    code?:string
  }
  interface SelectOptionGuidGetDictionaryDataSelectQueryResultOption{
  interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{
    code?:string
  }
  interface AreaTreeNode  {
    children?: AreaTreeNode[];
    /** 编码 */
    areaCode?: string;
    /** 父级编码 */
    parentCode?: string;
    /** 名称 */
    areaName?: string;
    /** 1省 2市 3区 4镇 */
    layer?: number;
    /** 排序 */
    sort?: number;
    id?: string
  }
}