[2.12.0] local code style change

This commit is contained in:
zhongchao
2022-11-08 11:03:10 +08:00
parent 39ececd4d7
commit fbe1801488
200 changed files with 4306 additions and 5612 deletions

View File

@@ -47,8 +47,6 @@ public interface IMogoModuleProvider extends IProvider {
/**
* 是哪种类型的提供者
* <p>
* {@link ModuleType}
*
* @return
*/
int getType();

View File

@@ -1,14 +0,0 @@
package com.mogo.service.module;
/**
* @author congtaowang
* @since 2020-01-03
* <p>
* 模块类型
*/
public interface ModuleType {
/**
* 服务类型的模块
*/
int TYPE_SERVICE = 3;
}