소스 검색

feat(types): 文件模板添加创建人

lipk 3 년 전
부모
커밋
0c3242bcb5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      types/src/interface/matter.ts

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

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