fixed conflict

This commit is contained in:
lixiaopeng
2022-03-22 10:34:06 +08:00
parent a39f310331
commit f2307e6683
300 changed files with 12240 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider;
*/
public interface IMoGoBindingcarProvider extends IMoGoFunctionServerProvider {
void modifyCarInfo(BindingcarCallBack callBack);
void getBindingcarInfo(String macAddress);
}