Kaynağa Gözat

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

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
978fceb121
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      types/src/interface/process.ts

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

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