src/main/kotlin/com/flightfeather/uav/lightshare/service/EPWModelService.kt
@@ -9,7 +9,6 @@ /** * 网格分析 * 按照固定的总面积,根据给定的网格边长,动态生成对应数量的网格 * @param type 数据源类型 @see [UWDeviceType], 0a,0b,0c,0d * @param len 网格长度 */ fun getEpwModelResult(deviceCode: String, startTime: String, endTime: String, len: Double): BaseResponse<List<GridVo>>