|
@@ -14,6 +14,7 @@ export interface IBudgetCheckFormTree {
|
|
|
|
|
|
|
|
export interface IBudgetCheckForm {
|
|
export interface IBudgetCheckForm {
|
|
|
ID: string;
|
|
ID: string;
|
|
|
|
|
+ businessID: string; // 业务ID
|
|
|
approvalID: string; // 流程ID
|
|
approvalID: string; // 流程ID
|
|
|
matterID: string; // 事项ID
|
|
matterID: string; // 事项ID
|
|
|
title: string; // 复核表标题
|
|
title: string; // 复核表标题
|