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;
using Core.LgMes.Client.lgServiceMgt;
namespace Core.LgMes.Client.lgBll.lgResMgt
{
public class LgStlCasOptinfo
{
private static Core.LgMes.Client.lgServiceMgt.LgReportService.LgCasReportService stlCasOptionService = new Core.LgMes.Client.lgServiceMgt.LgReportService.LgCasReportService();
///
/// 获取当前转炉实绩数据
///
///
///
public static DataSet GetJ_StlCasOptinfo(ClientParamWithSqlConditionAndOpenBase param)
{
return stlCasOptionService.returnDsOfCcmThreeOperationReport(param);
}
}
}