Skip to content

Commit

Permalink
MALL:增加返回 vipPrice 减免金额
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Mar 1, 2024
1 parent 6b06bf8 commit 7ef7228
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package cn.iocoder.yudao.module.trade.controller.app.order.vo;

import cn.iocoder.yudao.module.trade.controller.app.order.vo.item.AppTradeOrderItemRespVO;
import cn.iocoder.yudao.module.trade.enums.order.TradeOrderRefundStatusEnum;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;

import java.time.LocalDateTime;
import java.util.Date;
import java.util.List;

@Schema(description = "用户 App - 订单交易的明细 Response VO")
Expand Down Expand Up @@ -139,6 +137,9 @@ public class AppTradeOrderDetailRespVO {
@Schema(description = "积分抵扣的金额", requiredMode = Schema.RequiredMode.REQUIRED, example = "100")
private Integer pointPrice;

@Schema(description = "VIP 减免金额", requiredMode = Schema.RequiredMode.REQUIRED, example = "888")
private Integer vipPrice;

/**
* 订单项数组
*/
Expand Down

0 comments on commit 7ef7228

Please sign in to comment.