Przeglądaj źródła

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

lipk 2 lat temu
rodzic
commit
0c3242bcb5
1 zmienionych plików z 4 dodań i 0 usunięć
  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;
   matterID?: string;
   matterListID?: string;
   matterListID?: string;
   approvalID?: string;
   approvalID?: string;
+  createdBy?: {
+    userID: string;
+    userName: string;
+  };
 }
 }
 
 
 export interface IDynamicStep {
 export interface IDynamicStep {