Explorar el Código

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

LuoHaoxuan hace 3 años
padre
commit
978fceb121
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {