瀏覽代碼

feat(types): 在IStepMatter添加userID属性

LuoHaoxuan 3 年之前
父節點
當前提交
a1782b38e7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/matter.ts

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

@@ -19,6 +19,7 @@ export interface IGatherMatter extends IMatter {
 
 export interface IStepMatter {
   ID: string;
+  userID: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   stepID: string;