AI索赔新增字段

This commit is contained in:
刘亚洲
2025-06-27 10:41:19 +08:00
parent e4f93e684a
commit 44754dbf3c
2 changed files with 4 additions and 0 deletions

View File

@@ -33,4 +33,7 @@ public class ClaimVerificationFileDTO {
//诊断报告
private JSONObject diagnosticReport;
//诊断报告
private JSONObject warrantyReport;
}