Parcourir la source

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

lipk il y a 2 ans
Parent
commit
4264f9ce56
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  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;
   matterListID?: string;
   approvalID?: string;
-  createdBy?: {
-    userID: string;
-    userName: string;
-  };
+  creatorId: string;
+  creatorName: string;
 }
 
 export interface IDynamicStep {