Commit 12cdf817 authored by lisong's avatar lisong

添加mapper

parent ef294fc6
......@@ -2,6 +2,7 @@ package com.yeejoin.amos.fas.business.dao.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yeejoin.amos.fas.dao.entity.WarehouseStructure;
import org.apache.ibatis.annotations.Param;
/**
* 货架结构 Mapper 接口
......@@ -11,4 +12,5 @@ import com.yeejoin.amos.fas.dao.entity.WarehouseStructure;
*/
public interface WarehouseStructureMapper extends BaseMapper<WarehouseStructure> {
WarehouseStructure getMessageById(@Param("id")Long id);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment