wupengfei
9 天以前 a4978ef36ce6dc9c6723b61b20fd27cffd907ad9
types/global.d.ts
@@ -137,10 +137,11 @@
    provinceName?: string;
    cityName?: string;
    countyName?: string;
    provinceCode?: number;
    cityCode?: number;
    countyCode?: number;
    provinceCode?: string;
    cityCode?: string;
    countyCode?: string;
    address?: string;
    addressName?: string;
  }
  interface CommonAnnexItem {