dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'meiye_mall' of http://120.27.238.55:7000/r/xc-mall into meiye...
Hentua
2023-06-15
7f55c18d7db36c9cad2ac96e481680bc1107e51c
[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> {
}