From ef9d599298c6985e89daf4e217b9245a12bb571a Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期一, 13 一月 2025 21:28:59 +0800
Subject: [PATCH] 12.18

---
 ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianScore.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianScore.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianScore.java
index a87116c..399cfb8 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianScore.java
+++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TechnicianScore.java
@@ -12,8 +12,8 @@
 
 @Data
 @EqualsAndHashCode(callSuper = false)
-@TableName("t_goods_evaluate")
-@ApiModel(value="GoodsEvaluate对象", description="")
+@TableName("t_technician_score")
+@ApiModel(value="TechnicianScore", description="")
 public class TechnicianScore implements Serializable {
     private static final long serialVersionUID = 1L;
     @ApiModelProperty(value = "主键")

--
Gitblit v1.7.1