using System.Data; namespace Tiobon.Core.IServices; /// /// 开班学员(自定义服务接口) /// public interface IGhre_OpenClassStaffServices : IBaseServices { DataTable ToDataTable1(List list, Dictionary fieldDescs = null, params string[] propertyName); }