dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(table): 添加合计行功能 - 在 mallMemberList.html 中添加了 totalRow 属性,用于显示碳币和碳积分的合计...
KKSU
2024-12-19
cadeca36ff86f74371c77a05dc8422abc1e48855
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
ApiBuyVipDto.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.dto;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "ApiBuyVipDto", description = "参数接收类")
public class ApiBuyVipDto {
}