|
|
|
|
@ -193,7 +193,7 @@ namespace GuideScreen.Common.Services.Impl
|
|
|
|
|
/// 获取厕位使用月统计
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
public IDictionary<string, decimal> ToiletMonthTotal()
|
|
|
|
|
public IDictionary<string, decimal> ToiletMonthTotal()
|
|
|
|
|
{
|
|
|
|
|
var ret = this.deviceRecordRepository.ToiletMonthTotal();
|
|
|
|
|
|
|
|
|
|
@ -206,7 +206,7 @@ namespace GuideScreen.Common.Services.Impl
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
|
|
|
|
|
public IDictionary<string, decimal> ElectricityMonthTotal()
|
|
|
|
|
public IDictionary<string, decimal> ElectricityMonthTotal()
|
|
|
|
|
{
|
|
|
|
|
var ret = this.deviceRecordRepository.ElectricityMonthTotal();
|
|
|
|
|
|
|
|
|
|
@ -217,7 +217,7 @@ namespace GuideScreen.Common.Services.Impl
|
|
|
|
|
/// 获取电水月统计
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
public IDictionary<string, decimal> WaterMonthTotal()
|
|
|
|
|
public IDictionary<string, decimal> WaterMonthTotal()
|
|
|
|
|
{
|
|
|
|
|
var ret = this.deviceRecordRepository.WaterMonthTotal();
|
|
|
|
|
|
|
|
|
|
@ -228,7 +228,7 @@ namespace GuideScreen.Common.Services.Impl
|
|
|
|
|
/// 获取总用水量
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
public decimal WaterTotal()
|
|
|
|
|
public decimal WaterTotal()
|
|
|
|
|
{
|
|
|
|
|
var ret = this.deviceRecordRepository.WaterTotal();
|
|
|
|
|
|
|
|
|
|
|