|
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.fjhx.sale.entity.ext.po.ExtQuotationProductBom;
|
|
|
import com.fjhx.sale.entity.ext.vo.ExtQuotationProductBomVo;
|
|
|
import com.ruoyi.common.utils.wrapper.IWrapper;
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -18,5 +19,5 @@ import java.util.List;
|
|
|
*/
|
|
|
public interface ExtQuotationProductBomMapper extends BaseMapper<ExtQuotationProductBom> {
|
|
|
|
|
|
- List<ExtQuotationProductBomVo> getList(IWrapper<Object> wrapper);
|
|
|
+ List<ExtQuotationProductBomVo> getList(@Param("ew") IWrapper<Object> wrapper);
|
|
|
}
|