dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(vip): 优化会员购买经验记录和分数更新逻 - 移除错误的代码块,避免重复记录会员购买经验 - 在计算推荐人积分的同时,记录会员购...
Administrator
2025-05-20
dfd8d21293c86603fc0a42421bfbdb137ea1b1e4
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AgentLevelDto.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 = "AgentLevelDto", description = "接收参数类")
public class AgentLevelDto {
}