增加注解
This commit is contained in:
parent
90b81b421c
commit
3edc3317e9
@ -2,7 +2,6 @@ package com.ktg.mes.md.mapper;
|
||||
|
||||
import com.ktg.mes.md.domain.BaseKnife;
|
||||
import com.ktg.mes.md.domain.MdItem;
|
||||
import com.sun.org.apache.xpath.internal.operations.Bool;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
@ -22,7 +21,7 @@ public interface BaseKnifeMapper {
|
||||
*/
|
||||
BaseKnife selectBaseKnifeByBaseKnifeId(Long baseKnifeId);
|
||||
|
||||
BaseKnife selectBaseKnifeByRfid(String rfId);
|
||||
BaseKnife selectBaseKnifeByRfid(@Param("rfId") String rfId);
|
||||
|
||||
/**
|
||||
* 查询工具台账列表
|
||||
|
Loading…
Reference in New Issue
Block a user