Преглед на файлове

feat(types): 修改IConditionSetting

LuoHaoxuan преди 3 години
родител
ревизия
79d2ee72a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
 }