Explorar el Código

feat(types): 修改IConditionSetting

LuoHaoxuan hace 3 años
padre
commit
79d2ee72a4
Se han modificado 1 ficheros con 1 adiciones y 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;
 }