Przeglądaj źródła

feat(types): 修改ICollaborator

LuoHaoxuan 3 lat temu
rodzic
commit
ca004b18a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/process.ts

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

@@ -163,7 +163,7 @@ export interface SimpleDynamicStep {
 // 3合1协审人信息
 export interface ICollaborator {
   ID: string; // 用户ID
-  // name?: string; // 用户姓名
+  name?: string; // 用户姓名
   deadline: string; //  截至时间
   // permissions?: ICollaboratorPermission[]; // 协审权限
 }