数据统计模块供应商点击弹框
This commit is contained in:
4
src/servers/dao/dataStatistics.d.ts
vendored
4
src/servers/dao/dataStatistics.d.ts
vendored
@ -46,6 +46,7 @@ declare namespace DataStatistics {
|
||||
evaluateYear: string | null; // 评价年度
|
||||
evaluateResult: string; // 评价结果/等级
|
||||
basePageRequest: null;
|
||||
supplierId: string;
|
||||
}
|
||||
|
||||
// 评价情况统计 - 查询参数
|
||||
@ -82,6 +83,7 @@ declare namespace DataStatistics {
|
||||
annualreviewYear: string; // 年审年度
|
||||
annualStatisticsResult: string; // 年审结果
|
||||
basePageRequest: null;
|
||||
supplierId: string;
|
||||
}
|
||||
|
||||
// 年审统计 - 查询参数
|
||||
@ -117,6 +119,7 @@ declare namespace DataStatistics {
|
||||
applyUser: string; // 申请人
|
||||
applyTime: string; // 申请时间
|
||||
basePageRequest: null;
|
||||
supplierId: string;
|
||||
}
|
||||
|
||||
// 退出统计 - 查询参数
|
||||
@ -154,6 +157,7 @@ declare namespace DataStatistics {
|
||||
accessDept: string; // 准入部门
|
||||
categoryName: string | null; // 品类
|
||||
basePageRequest: null;
|
||||
supplierId: string;
|
||||
}
|
||||
|
||||
// 资质过期 - 查询参数
|
||||
|
Reference in New Issue
Block a user