无关风月
2025-04-03 457c4cd19b4ae4404c9dd1f5f0b80025c722abd2
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> {
}