ludc
2023-05-23 b8886034cbd7a43911d6b24e322f604f557c1e02
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/mapper/CodeSrchCondConfigMapper.java
@@ -1,5 +1,6 @@
package com.vci.ubcs.code.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.vci.ubcs.code.entity.CodeSrchCondConfig;
import org.apache.ibatis.annotations.Param;
import org.springframework.data.domain.Pageable;
@@ -11,7 +12,7 @@
 * @author makejava
 * @since 2023-05-19 17:58:56
 */
public interface CodeSrchCondConfigMapper {
public interface CodeSrchCondConfigMapper extends BaseMapper<CodeSrchCondConfig> {
    /**
     * 通过ID查询单条数据