dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(pay): 重构 FiuuReturnController 中的 skey 计算逻辑
KKSU
2025-02-08
b116b2b304a6aff67a41e9fdcb89967afef194f8
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminAgentDetailDto.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminAgentDetailDto {
private String agentDetail;
}