[2.12.0] local code style change
This commit is contained in:
@@ -47,8 +47,6 @@ public interface IMogoModuleProvider extends IProvider {
|
||||
/**
|
||||
* 是哪种类型的提供者
|
||||
* <p>
|
||||
* {@link ModuleType}
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getType();
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
package com.mogo.service.module;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020-01-03
|
||||
* <p>
|
||||
* 模块类型
|
||||
*/
|
||||
public interface ModuleType {
|
||||
/**
|
||||
* 服务类型的模块
|
||||
*/
|
||||
int TYPE_SERVICE = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user