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 LgStlVdsMgt { private lgServiceMgt.LgResService.LgStlVdsOptinfoDAL LgStlVdsOptinfoDAL = new Core.LgMes.Client.lgServiceMgt.LgResService.LgStlVdsOptinfoDAL(); /// /// stl_lfs_option /// /// /// public DataSet GetStlVdsOption(ClientParamWithSqlConditionAndOpenBase param) { return LgStlVdsOptinfoDAL.GetStlVdsOption(param); } /// /// j#stl_lfs_option /// /// /// public DataSet GetStlVdsOptionHis(ClientParamWithSqlConditionAndOpenBase param) { return LgStlVdsOptinfoDAL.GetStlVdsOptionHis(param); } /// ///ALL /// /// /// public DataSet GetStlVdsOptionAll(ClientParamWithSqlConditionAndOpenBase param) { return LgStlVdsOptinfoDAL.GetStlVdsOptionAll(param); } /// /// /// /// /// public DataSet LgStlVdsOptinfoByHeatNo(ClientParamWithSqlConditionAndOpenBase param) { return LgStlVdsOptinfoDAL.GetStlVhsOptionByHeatNo(param); } } }