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 LgStlRhsMgt { private lgServiceMgt.LgResService.LgStlRhsOptinfoDAL LgStlRhsOptinfoDAL = new Core.LgMes.Client.lgServiceMgt.LgResService.LgStlRhsOptinfoDAL(); /// /// stl_lfs_option /// /// /// public DataSet GetStlRhsOption(ClientParamWithSqlConditionAndOpenBase param) { return LgStlRhsOptinfoDAL.GetStlRhsOption(param); } /// /// j#stl_lfs_option /// /// /// public DataSet GetStlRhsOptionHis(ClientParamWithSqlConditionAndOpenBase param) { return LgStlRhsOptinfoDAL.GetStlRhsOptionHis(param); } /// ///ALL /// /// /// public DataSet GetStlRhsOptionAll(ClientParamWithSqlConditionAndOpenBase param) { return LgStlRhsOptinfoDAL.GetStlRhsOptionAll(param); } /// /// /// /// /// public DataSet GetStlRhsOptionByHeatNo(ClientParamWithSqlConditionAndOpenBase param) { return LgStlRhsOptinfoDAL.GetStlRhsOptionByHeatNo(param); } } }