|
|
@@ -90,6 +90,8 @@ export interface IYsProfileTemplate {
|
|
|
mode: string[];
|
|
|
selectMode?: string;
|
|
|
fileNum?: number;
|
|
|
+ remark?: string; // 备注
|
|
|
+ profileIndex?: string; // 资料索引
|
|
|
}
|
|
|
|
|
|
export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
|
|
|
@@ -98,8 +100,8 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
|
|
|
matterListID?: string;
|
|
|
dataID?: string;
|
|
|
approvalID?: string;
|
|
|
- creatorId: string;
|
|
|
- creatorName: string;
|
|
|
+ creatorId?: string;
|
|
|
+ creatorName?: string;
|
|
|
}
|
|
|
|
|
|
export interface IDynamicStep {
|