14 lines
273 B
C#
Raw Normal View History

2025-03-17 08:35:19 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.Abp.Application.Services;
namespace JiShe.CollectBus.EnergySystem
{
public interface ICacheAppService : IApplicationService
{
}
}