16 lines
328 B
C#
Raw Normal View History

2025-03-17 08:35:19 +08:00
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
{
}
}