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