Explorar el Código

feat(types): 修改ICollaborator

LuoHaoxuan hace 3 años
padre
commit
21a0f2b618
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/process.ts

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

@@ -174,7 +174,7 @@ export interface ICollaborator {
   ID: string; // 用户ID
   institutionID?: string; // 机构ID,只在协审角色为审批单位的时候存在
   name?: string; // 用户姓名
-  deadline: string; //  截至时间
+  deadline: string | number; //  截至时间
   // 事项中组件及其权限
   inProcessMatters?: IProcessMatter[];
   // 事项后组件及其权限