nickchange
2023-11-17 4a055748da8c4e8baf002dff7b74e12ec150610a
1
2
3
4
5
6
7
8
9
10
package com.dsh.course.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.guns.modular.system.model.Region;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface RegionMapper extends BaseMapper<Region> {
 
}