From 1bb96bab1185f2e1aa2f468266512ee0beb83286 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 12 Feb 2025 10:10:21 +0800 Subject: [PATCH] feat(mall): 实现 USDT 充值功能 --- src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java b/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java index a219fdc..fdf6ed7 100644 --- a/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java +++ b/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java @@ -95,4 +95,7 @@ private String levelTwoPrice; private String levelThreePrice; + //优惠卷IDs + private List<Long> couponIds; + } -- Gitblit v1.9.1