Commit 5a020355 authored by 吴金锋's avatar 吴金锋

WarehouseMapper 增加@Repository注解映射

parent b223e700
......@@ -5,12 +5,13 @@ import com.example.tdl.domain.vo.*;
import com.example.tdl.entity.Warehouse;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import org.springframework.web.bind.annotation.PostMapping;
import java.util.List;
import java.util.Map;
@Repository
@Mapper
public interface WarehouseMapper {
List<ResultWarehouseVo> getAll(String companyNo);
......
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