fix: align case-file rule filters with business types

This commit is contained in:
wren
2026-05-06 18:18:49 +08:00
parent c7bbe59882
commit 2d8bab2c91
6 changed files with 52 additions and 27 deletions
+2
View File
@@ -7,6 +7,8 @@ export type RulePackScope = {
moduleType: string;
mainType: string;
subtype: string;
businessType?: string;
ruleTypeCode?: string;
};
export type RuleSummary = {