소스 검색

feat(types): 修改IConditionSetting

LuoHaoxuan 3 년 전
부모
커밋
ce7d7aaf81
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 {
 export interface IConditionSetting {
   ID: string;
   ID: string;
   gatherID: string;
   gatherID: string;
-  schema: string;
+  schema?: string;
 }
 }