Explorar el Código

feat(types): 添加IConditionSetting接口

LuoHaoxuan hace 3 años
padre
commit
394921cf13
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      types/src/interface/process.ts

+ 6 - 0
types/src/interface/process.ts

@@ -366,3 +366,9 @@ export interface IBusinessApprovalItem {
   createdID?: string;
   createTime?: string;
 }
+
+export interface IConditionSetting {
+  ID: string;
+  gatherID: string;
+  schema?: string;
+}