hyingbo
15 小时以前 9ac81ccf7262ce6d73d6e8970439482d8439282c
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/GoodsShelvesMapper.java
@@ -7,6 +7,9 @@
import org.apache.ibatis.annotations.Param;
import org.jeecg.modules.tms.entity.GoodsShelves;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.tms.entity.vo.DictVo;
import java.util.List;
/**
 * @Description: tms_goods_shelves
@@ -18,4 +21,9 @@
    IPage<GoodsShelves> queryPageList(Page<GoodsShelves> page,
                                      @Param(Constants.WRAPPER) Wrapper<GoodsShelves> queryWrapper);
    List<DictVo> queryGoodsShelvesDictList(@Param("warehouseId") String warehouseId);
    List<DictVo> queryGoodsShelvesStoreyDictList(@Param("warehouseId") String warehouseId,
                                                 @Param("shelfNumber") String shelfNumber);
}