Bläddra i källkod

feat(types): 添加IConditionSetting接口

LuoHaoxuan 3 år sedan
förälder
incheckning
394921cf13
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      types/src/interface/process.ts

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

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