From abbe8408d07e4f1ac5e7a96e20638f346338cc3a Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 14 四月 2025 10:35:38 +0800 Subject: [PATCH] 111 --- server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java b/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java index e432c59..8f8cf97 100644 --- a/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java +++ b/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java @@ -19,8 +19,12 @@ @ApiModelProperty(value = "鏀粯鎶奸噾",example = "0") private BigDecimal payMoney; + @ApiModelProperty(value = "濂楅鍗℃敹鍏�",example = "0") + private BigDecimal discountMoney; @ApiModelProperty(value = "鏀粯浜ゆ槗绗旀暟",example = "0") private int payNum; + @ApiModelProperty(value = "濂楅鍗′氦鏄撶瑪鏁�",example = "0") + private int discountNum; @ApiModelProperty(value = "閫�娆�",example = "0") private BigDecimal refundMoney; -- Gitblit v1.9.3