dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
图斑
rain
2024-03-23
3d92c321b2159983fda398d2d5a2b2b93737c84d
[drone/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
patches
/
service
/
PatchesService.java
1
2
3
4
5
6
7
8
9
10
11
package com.dji.sample.patches.service;
import com.dji.sample.patches.model.PageBean;
import org.locationtech.jts.geom.Geometry;
import org.springframework.data.geo.Polygon;
import java.sql.Array;
public interface PatchesService {
PageBean limitGet (Integer id, String dkbh, String dkfw , int page, int pageSize);
}