dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:添加测试更新guid
cjl
2023-09-21
508efaad8b2e23a046c36594a9d16b372ea58a26
[~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;
}