dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
媒体文件后缀格式修改
xieb
2024-05-08
34590d745225442be934c2129b40939ea70b0b28
[drone/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
geo
/
entity
/
Crs.java
1
2
3
4
5
6
7
8
9
10
package com.dji.sample.geo.entity;
import lombok.Data;
@Data
public class Crs {
private String type;
private Property properties;
}