Преглед изворни кода

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

lishihao пре 3 година
родитељ
комит
609c09bf71
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      types/src/interface/process.ts

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

@@ -154,6 +154,7 @@ export interface SimpleDynamicStep {
 }
 
 export interface ICollaboratorPermission {
+  matterID: string;
   form: string[];
   cost: string[];
   profile: string[];