This commit is contained in:
wangcongtao
2020-01-02 15:26:35 +08:00
36 changed files with 1358 additions and 52 deletions

View File

@@ -30,6 +30,11 @@ public interface IMogoModuleProvider extends IProvider {
*/
int TYPE_VIEW = 2;
/**
* 服务模块
*/
int TYPE_SERVICE = 3;
/**
* 创建卡片
*