Hentua
2023-06-20 9bc60c39ec05aa8f88b0273c974a7442fb4d07d4
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> {
}