chore: release updated anxinyan version

This commit is contained in:
wushumin
2026-05-22 21:13:52 +08:00
parent 7e86e2a5ec
commit 78098851f9
29 changed files with 1949 additions and 184 deletions

View File

@@ -357,6 +357,7 @@ export interface ReportDetailData {
}>;
};
trace_info: {
visible: boolean;
nodes: Array<{
code: "inbound" | "appraisal" | "return";
title: string;
@@ -377,6 +378,7 @@ export interface ReportDetailData {
zhongjian_report_no: string;
report_entry_admin_name: string;
report_entered_at: string;
trace_info_visible: boolean;
};
result_info: Record<string, any>;
product_info: Record<string, any>;