using System; namespace LFlow.Base.Interfaces; /// /// 模型顶层接口 Service层用 /// public interface IModel { }