16 lines
328 B
C#
16 lines
328 B
C#
|
|
using JiShe.CollectBus.IotSystems.Records;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
using Volo.Abp.Domain.Repositories;
|
|||
|
|
|
|||
|
|
namespace JiShe.CollectBus.EnergySystem
|
|||
|
|
{
|
|||
|
|
public class CacheAppService: CollectBusAppService,ICacheAppService
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|