|  |  | 
 |  |  | package com.zy.asrs.mapper; | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.mapper.BaseMapper; | 
 |  |  | import com.zy.asrs.entity.BasWhs; | 
 |  |  | import com.zy.asrs.entity.BasWhsType; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  | import org.springframework.stereotype.Repository; | 
 |  |  |  | 
 |  |  | @Mapper | 
 |  |  | @Repository | 
 |  |  | public interface BasWhsMapper extends BaseMapper<BasWhs> { | 
 |  |  | public interface BasWhsMapper extends BaseMapper<BasWhsType> { | 
 |  |  |  | 
 |  |  |     BasWhs selectByIdentifying(@Param("identifying") String identifying); | 
 |  |  |     BasWhsType selectByIdentifying(@Param("identifying") String identifying); | 
 |  |  |  | 
 |  |  | } |