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 LgStlLfsMgt { private lgServiceMgt.LgResService.LgStlLfsOptinfoDAL LgStlLfsOptinfoDAL = new Core.LgMes.Client.lgServiceMgt.LgResService.LgStlLfsOptinfoDAL(); /// /// stl_lfs_option /// /// /// public DataSet GetStlLfsOption(ClientParamWithSqlConditionAndOpenBase param) { return LgStlLfsOptinfoDAL.GetStlLfsOption(param); } /// /// j#stl_lfs_option /// /// /// public DataSet GetStlLfsOptionHis(ClientParamWithSqlConditionAndOpenBase param) { return LgStlLfsOptinfoDAL.GetStlLfsOptionHis(param); } /// ///ALL /// /// /// public DataSet GetStlLfsOptionAll(ClientParamWithSqlConditionAndOpenBase param) { return LgStlLfsOptinfoDAL.GetStlLfsOptionAll(param); } /// /// /// /// /// public DataSet GetStlLfsOptionByHeatNo(ClientParamWithSqlConditionAndOpenBase param) { return LgStlLfsOptinfoDAL.GetStlLfsOptionByHeatNo(param); } } }