dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_manage
吉安感知网项目-后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
巡查任务报告及工单事件详情根据经纬度返回详细地址
rain
2026-01-23
7473859cd3ee464fde053435f7c2da5aab71aa9b
[jagzwxm/ja_manage.git]
/
drone-service-api
/
drone-odm-api
/
src
/
main
/
java
/
org
/
sxkj
/
odm
/
entity
/
json
/
Boundary.java
1
2
3
4
5
6
7
8
9
10
11
package org.sxkj.odm.entity.json;
import lombok.Data;
@Data
public class Boundary {
private String type;
private double[][][] coordinates;
}