瀏覽代碼

feat: 流程新增单位ID

caipin 3 年之前
父節點
當前提交
1135e0fc87
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -377,6 +377,7 @@ export interface IApproval {
   subjectID?: string;
   businessType?: BusinessTypeKey;
   matterListID?: string;
+  institutionID?: string;
 }
 
 export enum ApprovalStatus {