LgStlCasOptinfo.cs 862 B

123456789101112131415161718192021222324252627
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using CoreFS.CA06;
  6. using System.Data;
  7. using System.Collections;
  8. using Core.Mes.Client.Common;
  9. using Core.LgMes.Client.lgServiceMgt;
  10. namespace Core.LgMes.Client.lgBll.lgResMgt
  11. {
  12. public class LgStlCasOptinfo
  13. {
  14. private static Core.LgMes.Client.lgServiceMgt.LgReportService.LgCasReportService stlCasOptionService = new Core.LgMes.Client.lgServiceMgt.LgReportService.LgCasReportService();
  15. /// <summary>
  16. /// 获取当前转炉实绩数据
  17. /// </summary>
  18. /// <param name="param"></param>
  19. /// <returns></returns>
  20. public static DataSet GetJ_StlCasOptinfo(ClientParamWithSqlConditionAndOpenBase param)
  21. {
  22. return stlCasOptionService.returnDsOfCcmThreeOperationReport(param);
  23. }
  24. }
  25. }