瀏覽代碼

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;
 }