Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
0140612bcaad16c8daf276e4678a2b3812ed8de1
/
.
/
src
/
main
/
java
/
com
/
g9
/
g9backend
/
service
/
NotificationService.java
blob: 81df5ba87a0ac440fbe2fba17000acf61699c6e8 [
file
] [
log
] [
blame
]
package
com
.
g9
.
g9backend
.
service
;
import
com
.
baomidou
.
mybatisplus
.
extension
.
service
.
IService
;
import
com
.
g9
.
g9backend
.
pojo
.
Notification
;
public
interface
NotificationService
extends
IService
<
Notification
>
{
}