dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style(ai): 优化产品问题AI生成页面的加载提示样式
Administrator
7 days ago
6011c6cb62d37bd8addd5ddc939f7bd244350297
[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 {
}