dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
ci:持续修改
cjl
2023-09-28
81a82c8a3f32f80c4c51bdbbc2914615444685d9
[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;
}