|
@@ -10,7 +10,7 @@ import java.util.List;
|
|
public interface MeterReadRecordService{
|
|
public interface MeterReadRecordService{
|
|
|
|
|
|
|
|
|
|
- /* int insertSelective(MeterReadRecord record);
|
|
|
|
|
|
+ int insertSelective(MeterReadRecord record);
|
|
|
|
|
|
int updateByPrimaryKeySelective(MeterReadRecord record);
|
|
int updateByPrimaryKeySelective(MeterReadRecord record);
|
|
|
|
|
|
@@ -22,5 +22,5 @@ public interface MeterReadRecordService{
|
|
|
|
|
|
WaterPriceDto waterPriceQuery(Long deviceId, String date);
|
|
WaterPriceDto waterPriceQuery(Long deviceId, String date);
|
|
|
|
|
|
- Double useVolumeQuery(Long deviceId, Integer startDate, Integer endDate);*/
|
|
|
|
|
|
+ Double useVolumeQuery(Long deviceId, Integer startDate, Integer endDate);
|
|
}
|
|
}
|