ソースを参照

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

lipk 3 年 前
コミット
4264f9ce56
1 ファイル変更2 行追加4 行削除
  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 {