@@ -40,6 +40,8 @@ export interface IFinancialProject {
secrecy?: IFinancialProjectSecrecy; // 项目设置保密
[props: string]: any;
delete?: number;
+ sendReviewTime?: string; // 送审时间
+ completionTime?: string; // 审结时间
}
// 财审项目信息