|
@@ -49,6 +49,7 @@ export interface IStepMatter {
|
|
|
profilePermission: string[];
|
|
profilePermission: string[];
|
|
|
auditCommentsPermission: string[];
|
|
auditCommentsPermission: string[];
|
|
|
settlementPermission: string[];
|
|
settlementPermission: string[];
|
|
|
|
|
+ budgetComparePermission: string[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IGatherStepMatter extends IStepMatter {
|
|
export interface IGatherStepMatter extends IStepMatter {
|