dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
ci:补充提交
cjl
2023-10-07
eb6e87a5488a83cc9e216a0f598a66af1e8cbcb2
[moral.git]
/
screen-manage
/
src
/
main
/
java
/
com
/
moral
/
api
/
pojo
/
dto
/
adjust
/
AdjustDTO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.moral.api.pojo.dto.adjust;
import lombok.Data;
@Data
public class AdjustDTO {
private Integer id;
private String mac;
private String name;
private String value;
}