fix
Hentua
2023-06-21 04bba509b1b557f0981ff525c35c628a23397bae
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.MallSystemSetting;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface MallSystemSettingMapper extends BaseMapper<MallSystemSetting> {
}