From d58f6629879c457cd49fdb8d3cc7318c497c5dc3 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 16 九月 2026 16:54:15 +0800
Subject: [PATCH] refactor(aftersales): 故障赔付/服务补偿单审核改为审批配置状态机

---
 yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/compensation/vo/AfterSaleCompensationRespVO.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/compensation/vo/AfterSaleCompensationRespVO.java b/yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/compensation/vo/AfterSaleCompensationRespVO.java
index 83b375d..954ae28 100644
--- a/yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/compensation/vo/AfterSaleCompensationRespVO.java
+++ b/yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/compensation/vo/AfterSaleCompensationRespVO.java
@@ -61,17 +61,17 @@
     @Schema(description = "瀹℃壒鐘舵�佸悕绉�", example = "鏈彁浜�")
     private String auditStatusName;
 
-    @Schema(description = "瀹℃壒娴佺▼瀹炰緥缂栧彿")
-    private String processInstanceId;
+    @Schema(description = "瀹℃牳浜虹敤鎴风紪鍙�", example = "1")
+    private Long reviewerId;
 
-    @Schema(description = "瀹℃牳浜�", example = "1")
-    private Long auditUserId;
+    @Schema(description = "瀹℃牳浜哄鍚�", example = "鏉庡伐")
+    private String reviewerName;
 
     @Schema(description = "瀹℃牳鏃堕棿")
-    private LocalDateTime auditTime;
+    private LocalDateTime reviewTime;
 
-    @Schema(description = "瀹℃牳澶囨敞")
-    private String auditRemark;
+    @Schema(description = "瀹℃牳鎰忚锛堝鏍搁�氳繃鏃剁殑鎰忚 / 瀹℃牳涓嶉�氳繃鏃剁殑鍘熷洜锛�", example = "閲戦闇�鍐嶆鏍稿")
+    private String reviewRemark;
 
     @Schema(description = "鏀粯鐘舵�侊紙璐﹀姟鑱斿姩棰勭暀锛�")
     private Integer payStatus;

--
Gitblit v1.9.3