[add] 添加云公告注册java文件

This commit is contained in:
liujing
2021-10-27 16:07:32 +08:00
parent 9afd58ae5d
commit 0dd56e641b
6 changed files with 60 additions and 38 deletions

View File

@@ -0,0 +1,10 @@
package com.mogo.eagle.core.function.api.notice;
/**
* @author Jing
* @description 云公告监听者
* @since: 10/27/21
*/
public interface IMoGoNoticeListener {
}

View File

@@ -1,13 +0,0 @@
package com.mogo.eagle.core.function.api.notice
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
/**
* @author xiaoyuzhou
* @date 2021/9/18 11:25 上午
* 处理云端下发通知、公告类的逻辑的接口
*/
interface IMoGoNoticeProvider : IMoGoFunctionServerProvider {
}