| 123456789101112131415161718192021222324252627 |
- 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();
- /// <summary>
- /// 获取当前转炉实绩数据
- /// </summary>
- /// <param name="param"></param>
- /// <returns></returns>
-
- public static DataSet GetJ_StlCasOptinfo(ClientParamWithSqlConditionAndOpenBase param)
- {
- return stlCasOptionService.returnDsOfCcmThreeOperationReport(param);
- }
- }
- }
|