Add MogoLauncher.modules.mogo-module-hmi

This commit is contained in:
董宏宇
2021-08-02 19:06:32 +08:00
parent d1681e4f92
commit 9068bf1f8f
13 changed files with 160 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
package com.mogo.service.obu;
import com.alibaba.android.arouter.facade.template.IProvider;
/**
* @author xiaoyuzhou
* @date 2021/8/2 5:53 下午
* 蘑菇OBU 功能提接口
*/
public interface IMoGoObuProvider extends IProvider {
}