rain
2024-03-25 471b033688cf85f503081e7401163bcc5fa45351
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 (int page, int pageSize);
}