dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix agent auto level up
Helius
2021-09-28
0a41407a35c47cba38c75f13eae69ebd49c0dfac
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
IApiMallNewsService.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.service;
import cc.mrbird.febs.mall.entity.MallNewsInfo;
import com.baomidou.mybatisplus.extension.service.IService;
public interface IApiMallNewsService extends IService<MallNewsInfo> {
}