src/main/java/com/dji/sample/patches/service/GetPatchesService.java
@@ -14,8 +14,9 @@ * @return 返回一个包含查询结果和分页信息的PaginationData对象。 */ PaginationData<LotInfo> limitGet(PatchesParam param); void delPatches(); int delPatches(String workspaceId); int deleteOne(int id); /** * 根据条件获取照片的分页数据 * @@ -24,7 +25,7 @@ * @return 返回照片的分页数据,包括分页信息和照片实体列表 */ PaginationData<MediaFileEntity> getPhoto(PatchesParam param,String dkbh); LotInfo getPatchesFromId(String patchesId); /** * 根据条件获取照片的分页数据 *