dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
后台修改
xiaoyong931011
2023-09-06
832adfae7b7d3869c833b3c700232155e6600526
[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;
}