dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210928
xiaoyong931011
2021-09-28
2eff39a10917e141d2a61ff9f0763c10858cd0b5
[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> {
}