|
@@ -21,6 +21,7 @@ export interface IInfoSearch {
|
|
|
classID?: string; // 所属分类
|
|
classID?: string; // 所属分类
|
|
|
code?: string; // 编码
|
|
code?: string; // 编码
|
|
|
commonAreaID?: string; // 通用地区ID
|
|
commonAreaID?: string; // 通用地区ID
|
|
|
|
|
+ classCode?: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IAreaClass {
|
|
export interface IAreaClass {
|