rain
2024-03-23 08f58c4a65fc6cbdb530ecac9153b3904763d8b6
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 bsm, String dkfw , String dklx, int page, int pageSize);
}