dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 新增购买 VIP 可减免金额接口并调整接口访问方式
KKSU
2025-01-03
50cde33273f01e9f96e48652c0500216982c2b50
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
MallOrderRefundAddressDto.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "MallOrderRefundAddressDto", description = "参数接收类")
public class MallOrderRefundAddressDto {
}