|
@@ -3,6 +3,7 @@ package cn.cslg.pas.mapper;
|
|
|
|
|
|
import cn.cslg.pas.domain.business.SystemDict;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
/**
|
|
|
* <p>
|
|
@@ -12,6 +13,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
* @author 王岩
|
|
|
* @since 2022-03-30
|
|
|
*/
|
|
|
+@Mapper
|
|
|
public interface SystemDictMapper extends BaseMapper<SystemDict> {
|
|
|
|
|
|
}
|