| 12345678910111213141516171819202122232425 |
- 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;
- namespace Core.LgMes.Client.lgBll.lgResMgt
- {
- /// <summary>
- /// stl_ccm_billetwgtsampling
- /// </summary>
- public class LgStlCcmBilletWgtSamplingMgt
- {
- private static Core.LgMes.Client.lgServiceMgt.LgResService.LgStlCcmBilletWgtSamplingService StlCcmBilletWgtSamplingService = new Core.LgMes.Client.lgServiceMgt.LgResService.LgStlCcmBilletWgtSamplingService();
- public static DataSet GetStlCcmBilletWgtSamping(ClientParamWithSqlConditionAndOpenBase param)
- {
- return StlCcmBilletWgtSamplingService.GetStlCcmBilletWgtSampling(param);
- }
- }
- }
|