dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:无人机走航(feature)
jinpengyong
2023-07-14
49fbef2d678894fd6af78db73c2899491a9232e6
[~chenjialiang/moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
pojo
/
dust
/
DustForm.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.moral.api.pojo.dust;
import lombok.Data;
@Data
public class DustForm {
private String road;
private Double value;
}