|
|
@@ -1,4 +1,4 @@
|
|
|
-import { EntityType } from './user';
|
|
|
+import { EntityType } from './user';
|
|
|
import { ValuationType } from './compilation';
|
|
|
import { IIncreaseSetting } from './increaseFee';
|
|
|
import { ITreeScm, DeleteEnum, INumFileRef, IColumnMeta } from './base';
|
|
|
@@ -303,6 +303,7 @@ export interface IProject extends ITreeScm {
|
|
|
deleteDate?: number;
|
|
|
deleteBy?: string;
|
|
|
financialProjectID?: string; // 关联财审项目ID(不用财审项目关联此表,因为可能多个项目对应一个财审项目)
|
|
|
+ edition?: string; // 数据版本号
|
|
|
// 流程信息
|
|
|
processInfo?: {
|
|
|
currentApprovalID: string; // 当前正处于哪个审批流中
|
|
|
@@ -394,6 +395,8 @@ export interface IProjectLog {
|
|
|
cooperationCount?: number;
|
|
|
// 是否与我协作
|
|
|
cooperateWithMe?: boolean;
|
|
|
+ // 版本号
|
|
|
+ edition?: string;
|
|
|
}
|
|
|
|
|
|
// 导入状态
|