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