Sfoglia il codice sorgente

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

lipk 2 anni fa
parent
commit
0c3242bcb5
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 {