检测计划统计弹窗下拉框内容调整
This commit is contained in:
@@ -75,6 +75,11 @@ export namespace Plan {
|
||||
unqualifiedCount: number;
|
||||
}
|
||||
|
||||
export interface PlanStatisticsOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface PlanStatistics {
|
||||
planId: string;
|
||||
planName: string;
|
||||
@@ -92,6 +97,8 @@ export namespace Plan {
|
||||
thirdOrMorePassRate: number;
|
||||
unqualifiedRate: number;
|
||||
itemDistributions: PlanStatisticsItem[];
|
||||
manufacturerOptions: PlanStatisticsOption[];
|
||||
devTypeOptions: PlanStatisticsOption[];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user