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