فهرست منبع

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

LuoHaoxuan 3 سال پیش
والد
کامیت
978fceb121
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 {