src/main/java/com/zy/asrs/mapper/LocDetlMapper.java
@@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.mapper.BaseMapper; import com.zy.asrs.entity.LocDetl; import com.zy.asrs.entity.LocDetlWarningDTO; import com.zy.asrs.entity.result.LocDetlAll; import com.zy.asrs.entity.result.LocDetlDTO; import com.zy.asrs.entity.result.StockVo; @@ -94,4 +95,8 @@ int selectAllPymentcount(LocDetlDTO locDetlDTO); Double sumAll(); List<LocDetlWarningDTO> selectAllWarning(LocDetlWarningDTO locDetlWarningDTO); int getAllWarningCount(LocDetlWarningDTO locDetlWarningDTO); }