|
@@ -45,7 +45,7 @@ export interface IProcessAccount {
|
|
|
institutionName?: string; // 单位名称(不要保存到数据库,而是在使用的时候通过ID去查)
|
|
institutionName?: string; // 单位名称(不要保存到数据库,而是在使用的时候通过ID去查)
|
|
|
status: ProcessStatus; // 审批状态
|
|
status: ProcessStatus; // 审批状态
|
|
|
configure: AccountConfigure[];
|
|
configure: AccountConfigure[];
|
|
|
- remark?: string; // 审批意见
|
|
|
|
|
|
|
+ remark: string; // 审批意见(肯定有,会有默认值)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 参与者信息
|
|
// 参与者信息
|