|
@@ -143,6 +143,7 @@ export interface ICheckOptions {
|
|
|
unit?: string;
|
|
unit?: string;
|
|
|
calcType?: IndexCalcType;
|
|
calcType?: IndexCalcType;
|
|
|
type?: ProjectType; // 项目类型
|
|
type?: ProjectType; // 项目类型
|
|
|
|
|
+ keyword?: string; // 区间来源中的输入搜索框
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IBill extends IBRBase {
|
|
export interface IBill extends IBRBase {
|