From 8c83fad498da51773d4aa6a4aa6af13f8e39e27d Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 26 十二月 2024 17:04:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java index 9b4068a..a4d8e97 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java @@ -113,6 +113,10 @@ @ApiModelProperty(value = "门店已用积分") @TableField("use_point") private Integer usePoint; + + @ApiModelProperty(value = "门店剩余积分") + @TableField("lave_point") + private Integer lavePoint; @ApiModelProperty(value = "门店分佣总金额") @TableField("giveaway_all_money") @@ -137,6 +141,10 @@ @ApiModelProperty(value = "已提现金额") @TableField("withdraw_money") private BigDecimal withdrawMoney; + + @ApiModelProperty(value = "余额") + @TableField("balance") + private BigDecimal balance; @ApiModelProperty(value = "门店订单总数") @TableField("order_number") -- Gitblit v1.7.1