|
@@ -11,6 +11,7 @@ import {
|
|
|
} from './calculation';
|
|
} from './calculation';
|
|
|
import { IOverHeight, IOverHeightSetting } from './overHeight';
|
|
import { IOverHeight, IOverHeightSetting } from './overHeight';
|
|
|
import { ICheckOptions, IPriceScope } from './bill';
|
|
import { ICheckOptions, IPriceScope } from './bill';
|
|
|
|
|
+import { IAddCostFileInfo } from './process';
|
|
|
|
|
|
|
|
// 项目类型
|
|
// 项目类型
|
|
|
export enum ProjectType {
|
|
export enum ProjectType {
|
|
@@ -370,6 +371,7 @@ export interface IProject extends ITreeScm {
|
|
|
from?: string; // 来自于某用户名称
|
|
from?: string; // 来自于某用户名称
|
|
|
members?: string[]; // 成员协作
|
|
members?: string[]; // 成员协作
|
|
|
};
|
|
};
|
|
|
|
|
+ addInfo?: IAddCostFileInfo;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IProjectBulkRst {
|
|
export interface IProjectBulkRst {
|