Commit 08c80bd3 authored by 王玉鑫's avatar 王玉鑫

feat: isVr类型修改

parent e932eea1
......@@ -57,5 +57,5 @@ export interface CarrierListItem {
/** */
regionName: string;
/** 是否存在vr */
isVr: boolean;
isVr: number;
}
......@@ -63,5 +63,5 @@ export interface DevelopZoneItem {
/** 星级开发区标识: 1-是 */
isSuperName: string;
/** 是否存在vr */
isVr: boolean;
isVr: number;
}
......@@ -79,5 +79,5 @@ export interface IndustrialParkItem {
statusName: string;
type: string;
/** 是否存在vr */
isVr: boolean;
isVr: number;
}
......@@ -57,5 +57,5 @@ export interface LandListItem {
/** */
typeName: string;
/** 是否存在vr */
isVr: boolean;
isVr: number;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment