using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace formula_manage { /// /// 查询接口 /// /// public interface IProvider where T : class { } }