Explorar el Código

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

LuoHaoxuan hace 3 años
padre
commit
a1782b38e7
Se han modificado 1 ficheros con 1 adiciones y 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 {
 export interface IStepMatter {
   ID: string;
   ID: string;
+  userID: string;
   gatherID: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   businessType: BusinessTypeKey;
   stepID: string;
   stepID: string;