修改类文件名称大小写问题

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-18 19:50:39 +08:00
parent 3bb1f8aa84
commit 1f4f906748
13 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
package com.mogo.eagle.core.function.api.autopilot;
import com.mogo.eagle.core.data.autopilot.AutopilotControlParameters;
import com.mogo.eagle.core.data.autopilot.AutopilotControlPam;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider;
/**
@@ -21,7 +21,7 @@ public interface IMoGoAutopilotProvider extends IMoGoFunctionServerProvider {
*
* @param result
*/
void startAutoPilot(AutopilotControlParameters result);
void startAutoPilot(AutopilotControlPam result);
/**
* 结束自动驾驶