dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:补充提交
cjl
2023-08-30
b9fd2657a3d528881e4d1f7cae12ca8e2d63951a
[~chenjialiang/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;
}