namespace LFlow.Base.Interfaces;
/// <summary>
/// 服务接口
/// </summary>
public interface IService//<T> where T : class, IModel, new()
{
}