dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 为新会员设置默认导演和导演时间
KKSU
2024-12-30
c5e9fdbe5b766e9ef5648c3954e96d394ef60522
[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 {
}