Merge remote-tracking branch 'origin/dev_MogoAP_eagle-1030_211020_8.0.14' into dev_MogoAP_eagle-1030_211020_8.0.14

This commit is contained in:
董宏宇
2021-10-29 20:57:57 +08:00
32 changed files with 2060 additions and 53 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 {
}