mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
@@ -0,0 +1,12 @@
|
||||
package io.dataease.api.msgCenter;
|
||||
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
|
||||
@Tag(name = "消息中心")
|
||||
public interface MsgCenterApi {
|
||||
|
||||
@PostMapping("/count")
|
||||
long count();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user