dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
twoCoin项目修改
xiaoyong931011
2023-06-07
b3472526ffb687e65aeda0352aad70d2d3442dfd
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
dto
/
AgentLevelSetUpdateDto.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.dapp.dto;
import lombok.Data;
@Data
public class AgentLevelSetUpdateDto {
private String levelCode;
private Long id;
}