fixed conflict

This commit is contained in:
lixiaopeng
2022-03-17 18:46:24 +08:00
parent caeb784ad3
commit a6e817b459
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
package com.mogo.eagle.core.function.api.bindingcar;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider;
/**
* @author lixiaopeng
* @description 修改车辆信息
* @since: 3/15/22
*/
public interface IMoGoBindingcarProvider extends IMoGoFunctionServerProvider {
void modifyCarInfo();
}