using System; using System.Collections.Generic; using System.Linq; using System.Text; using CoreFS.CA06; using System.Data; using System.Collections; using Core.Mes.Client.Common; namespace Core.LgMes.Client.lgBll.lgReport { /// /// lf 炉报表集合 /// public class LgLfsReportCollection { private static Core.LgMes.Client.lgServiceMgt.LgReportService.LgLfsReportService lgLfsReportService = new Core.LgMes.Client.lgServiceMgt.LgReportService.LgLfsReportService(); /// /// lf 炉操作记录报表 /// /// /// /// public static DataSet returnDsOfLfsOperation(ClientParamWithSqlConditionAndOpenBase param) { return lgLfsReportService.returnDsOfLfsOperation(param); } } }