Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
a1782b38e7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;