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
{
public class LgCcmReportCollection
{
private static Core.LgMes.Client.lgServiceMgt.LgReportService.LgCcmReportService lgCcmReportService = new Core.LgMes.Client.lgServiceMgt.LgReportService.LgCcmReportService();
///
/// 获取3号机操作台记录
///
///
///
public static DataSet returnDsOfCcmThreeOperationReport(ClientParamWithSqlConditionAndOpenBase param)
{
return lgCcmReportService.returnDsOfCcmThreeOperationReport(param);
}
///
/// "中包温度与拉速"
///
///
///
public static DataSet returnDsOfCcmMidPackageAndSpeed(ClientParamWithSqlConditionAndOpenBase param)
{
return lgCcmReportService.returnDsOfCcmMidPackageAndSpeed(param);
}
///
/// 获取板坯机恒拉表
///
///
///
public static DataSet returnDsOfCcmCastSpeedReport(ClientParamWithSqlConditionAndOpenBase param)
{
return lgCcmReportService.returnDsOfCcmCastSpeedReport(param);
}
///
/// 板坯铸机典拉表
///
///
///
public static DataSet returnDsOfCcmDlReport(ClientParamWithSqlConditionAndOpenBase param)
{
return lgCcmReportService.returnDsOfCcmDlReport(param);
}
///
/// 获取某炉号最小和最大拉速
///
///
///
public static DataSet returnDsOfCcmHlData(ClientParamWithSqlConditionAndOpenBase param)
{
return lgCcmReportService.returnDsOfCcmHlData(param);
}
///
/// 获取配重信息
///
///
///
public static DataSet returnDsOfWeightMatching(ClientParamWithSqlConditionAndOpenBase param)
{
return lgCcmReportService.returnDsOfWeightMatching(param);
}
}
}