|  |  |  | 
|---|
|  |  |  | public interface DeleteMapper extends BaseMapper<Object> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询全部漏损日统计 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 实体集合 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoStLossAmountDay> selectAllStLossDay(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int deleteStLossDayById(Long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询全部漏损月统计 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 实体集合 | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询全部取水口日统计 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 实体集合 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoStIntakeAmountDay> selectAllStIntakeDay(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int deleteStIntakeDayById(Long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询全部取水口月统计 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 实体集合 | 
|---|
|  |  |  | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 实体集合 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoStClientAmountDay> selectAllStClientDay(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int deleteStClientDayById(Long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询全部农户月统计 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 实体集合 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoStClientAmountMonth> selectAllStClientMonth(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int deleteStClientMonthById(Long id); | 
|---|