dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:补偿提交
cjl
2023-10-13
2acb2c049b0c6708b14f28b0cdf1e62f486cb019
[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;
}