This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package jnpf.notice.fallback;
|
||||
|
||||
import jnpf.base.ActionResult;
|
||||
import jnpf.notice.FtbNoticeApi;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
|
||||
@Component
|
||||
@Slf4j
|
||||
public class FtbNoticeFallBackApi implements FtbNoticeApi {
|
||||
|
||||
|
||||
@Override
|
||||
public ActionResult<Boolean> checkPublishNotice(String tenantId) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user