From 23c4778b11ff301b1a75812b35dc803fc38ef84c Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 09 六月 2025 16:45:20 +0800 Subject: [PATCH] 获取充电记订单明细添加枪id返回 --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/dto/VipInfoDto.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/dto/VipInfoDto.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/dto/VipInfoDto.java index 86e0ed5..be390c2 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/dto/VipInfoDto.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/dto/VipInfoDto.java @@ -9,7 +9,7 @@ import java.util.List; @Data public class VipInfoDto { - + private Integer id; @ApiModelProperty("月卡价格") private BigDecimal monthlyCard; @ApiModelProperty(value = "月卡折扣") @@ -42,4 +42,5 @@ @ApiModelProperty(value = "会员名称") private String name; + private Integer type; } -- Gitblit v1.7.1