From 8acc98732aba58ad5c710f92d72e6fa5bf888d11 Mon Sep 17 00:00:00 2001
From: luofl <1442745593@qq.com>
Date: 星期一, 24 二月 2025 01:08:06 +0800
Subject: [PATCH] 修改物流信息导入模板

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

diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsVip.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsVip.java
index 50de3d6..be67275 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsVip.java
+++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsVip.java
@@ -88,19 +88,19 @@
     @TableField("technician_points")
     private Integer technicianPoints;
 
-    @ApiModelProperty(value = "绑定门店可获得分佣金额")
+    @ApiModelProperty(value = "服务商可获得分佣金额")
     @TableField("bound_shop_charges")
     private BigDecimal boundShopCharges;
 
-    @ApiModelProperty(value = "绑定门店可获得返佣积分")
+    @ApiModelProperty(value = "服务商可获得返佣积分")
     @TableField("bound_shop_points")
     private Integer boundShopPoints;
 
-    @ApiModelProperty(value = "绑定门店上级门店可获得分佣金额")
+    @ApiModelProperty(value = "高级服务商上级门店可获得分佣金额")
     @TableField("bound_shop_superiors_charges")
     private BigDecimal boundShopSuperiorsCharges;
 
-    @ApiModelProperty(value = "绑定门店上级门店可获得返佣积分")
+    @ApiModelProperty(value = "高级服务商上级门店可获得返佣积分")
     @TableField("bound_shop_superiors_points")
     private Integer boundShopSuperiorsPoints;
 

--
Gitblit v1.7.1