Browse Source

feat: 流程新增单位ID

caipin 3 năm trước cách đây
mục cha
commit
1135e0fc87
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {