Explorar o código

feat(types): 修改IConditionSetting

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
ce7d7aaf81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -370,5 +370,5 @@ export interface IBusinessApprovalItem {
 export interface IConditionSetting {
   ID: string;
   gatherID: string;
-  schema: string;
+  schema?: string;
 }