From 2ed6444f45d227e2acc6de65c3e8b582440fb83a Mon Sep 17 00:00:00 2001 From: luofl <1442745593@qq.com> Date: 星期四, 06 三月 2025 09:20:40 +0800 Subject: [PATCH] 迭代版本:2.28 --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsVip.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 98ccca5..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 @@ -70,7 +70,7 @@ @ApiModelProperty(value = "获取返佣积分上级类型(1=直推上级,2=直帮上级)") @TableField("superior_type") - private String superiorType; + private String superiorType; @ApiModelProperty(value = "获取分佣金额上级类型(1=直推上级,2=直帮上级)") @TableField("superior_price_type") @@ -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