| | |
| | | import com.dy.pipIrrGlobal.pojoSt.StLossMonth; |
| | | import com.dy.pipIrrGlobal.pojoSt.StLossYear; |
| | | import com.dy.pipIrrGlobal.voSt.VoIntake; |
| | | import com.dy.pipIrrGlobal.voTmp.VoRmIntakeAmountDay; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * 删除所有取水口的日用水量统计 |
| | | * @return 影响实体数 |
| | | */ |
| | | int deleteAllIntakeAmountDay(); |
| | | int deleteSomeIntakeAmountDay(); |
| | | |
| | | |
| | | |
| | |
| | | * 统计所有取水口的日用水量 |
| | | * @return 实体集合 |
| | | */ |
| | | List<RmIntakeAmountDay> statisticAllIntakeAmountDayFromOpenCloseValveHistory(@Param("startDt")Date startDt, |
| | | @Param("endDt")Date endDt); |
| | | List<VoRmIntakeAmountDay> statisticAllIntakeAmountDayFromOpenCloseValveHistory(@Param("startDt")Date startDt, |
| | | @Param("endDt")Date endDt); |
| | | |
| | | List<RmIntakeAmountDay> selectStIntakeDayStatisticsByDate(@Param("intakeId")Long intakeId, @Param("date")Date date); |
| | | |