无关风月
9 天以前 ec2e9d15da0b196267a6b490bbe765b408d273f5
1
2
3
4
5
6
7
package com.dsh.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.other.entity.HomeModule;
 
public interface HomeModuleMapper extends BaseMapper<HomeModule> {
}