Преглед изворни кода

feat(types): 文件模板类型修改

lipk пре 3 година
родитељ
комит
151b102f85
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      types/src/interface/matter.ts

+ 3 - 1
types/src/interface/matter.ts

@@ -72,7 +72,7 @@ export interface IYsProfileTemplate {
   gatherID: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   businessType: BusinessTypeKey;
   name: string;
   name: string;
-  sort: string;
+  sort: number;
   enable: boolean;
   enable: boolean;
   required: boolean;
   required: boolean;
   folder: boolean;
   folder: boolean;
@@ -84,6 +84,8 @@ export interface IYsProfileTemplate {
 export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
 export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
   businessID: string;
   businessID: string;
   matterID?: string;
   matterID?: string;
+  matterListID?: string;
+  approvalID?: string;
 }
 }
 
 
 export interface IDynamicStep {
 export interface IDynamicStep {