|
|
@@ -42,6 +42,10 @@ export interface IFinancialProject {
|
|
|
delete?: number;
|
|
|
sendReviewTime?: string; // 送审时间
|
|
|
completionTime?: string; // 审结时间
|
|
|
+
|
|
|
+ /* 为了实现三合一业务审批显示全部业务并且分页的需求 */
|
|
|
+ members?: string[]; // 项目参与者
|
|
|
+ collaborators?: string[]; // 项目协审人
|
|
|
}
|
|
|
|
|
|
// 财审项目信息
|