Explorar el Código

feat(types): 模板文件类型定义

lipk hace 2 años
padre
commit
4264f9ce56
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      types/src/interface/matter.ts

+ 2 - 4
types/src/interface/matter.ts

@@ -86,10 +86,8 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
   matterID?: string;
   matterID?: string;
   matterListID?: string;
   matterListID?: string;
   approvalID?: string;
   approvalID?: string;
-  createdBy?: {
-    userID: string;
-    userName: string;
-  };
+  creatorId: string;
+  creatorName: string;
 }
 }
 
 
 export interface IDynamicStep {
 export interface IDynamicStep {