修复:已知问题

This commit is contained in:
2025-06-26 17:01:05 +08:00
parent bd676b3147
commit ed80e2db40
10 changed files with 138 additions and 19 deletions

View File

@@ -39,5 +39,6 @@ export interface HjmViolation {
*/
export interface HjmViolationParam extends PageParam {
id?: number;
code?: string;
keywords?: string;
}