From fd7b8fb7c89832c28a838b0449bbb8a392433ee2 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期二, 22 四月 2025 14:33:02 +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