namespace formula_manage { /// /// 查询接口 /// /// public interface IProvider where T : class { } }