no message

This commit is contained in:
liujing
2021-10-29 17:55:13 +08:00
parent 04a792acea
commit 0005cba3ec
2 changed files with 3 additions and 17 deletions

View File

@@ -1,16 +1,13 @@
package com.mogo.eagle.core.function.api.notice;
import com.mogo.eagle.core.data.notice.NoticeNormalData;
import com.mogo.eagle.core.data.notice.NoticeTrafficStylePushData;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionProvider;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider;
/**
* @author Jing
* @description 云公告监听者
* @since: 10/27/21
*/
public interface IMoGoNoticeProvider extends IMoGoFunctionProvider {
public interface IMoGoNoticeProvider extends IMoGoFunctionServerProvider {
}