dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
矩阵修改
Hentua
2023-06-06
09eca02701d369e82b29c08b403688648c1d4bc6
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
IMallNewsCategoryService.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.service;
import cc.mrbird.febs.mall.entity.MallNewsCategory;
import com.baomidou.mybatisplus.extension.service.IService;
public interface IMallNewsCategoryService extends IService<MallNewsCategory> {
}