pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoTmp/DeleteMapper.java
@@ -15,6 +15,15 @@
public interface DeleteMapper extends BaseMapper<Object> {
    /**
     * 查询全部漏损日统计
     *
     * @return 实体集合
     */
    List<VoStLossAmountDay> selectAllStLossDay();
    int deleteStLossDayById(Long id);
    /**
     * 查询全部漏损月统计
     *
     * @return 实体集合
@@ -34,6 +43,16 @@
    /**
     * 查询全部取水口日统计
     *
     * @return 实体集合
     */
    List<VoStIntakeAmountDay> selectAllStIntakeDay();
    int deleteStIntakeDayById(Long id);
    /**
     * 查询全部取水口月统计
     *
     * @return 实体集合
@@ -57,6 +76,16 @@
     *
     * @return 实体集合
     */
    List<VoStClientAmountDay> selectAllStClientDay();
    int deleteStClientDayById(Long id);
    /**
     * 查询全部农户月统计
     *
     * @return 实体集合
     */
    List<VoStClientAmountMonth> selectAllStClientMonth();
    int deleteStClientMonthById(Long id);