Browse Source

feat(types): 在ICollaborator添加deadline字段

LuoHaoxuan 3 years ago
parent
commit
978fceb121
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

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

@@ -156,6 +156,7 @@ export interface SimpleDynamicStep {
 // 3合1协审人信息
 // 3合1协审人信息
 export interface ICollaborator {
 export interface ICollaborator {
   ID: string; // 用户ID
   ID: string; // 用户ID
+  deadline: string; //  截至时间
 }
 }
 // 3合1参与者信息
 // 3合1参与者信息
 export interface IProcedureParticipantInfo {
 export interface IProcedureParticipantInfo {