LgStlCcmBilletWgtSamplingMgt.cs 781 B

12345678910111213141516171819202122232425
  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. namespace Core.LgMes.Client.lgBll.lgResMgt
  10. {
  11. /// <summary>
  12. /// stl_ccm_billetwgtsampling
  13. /// </summary>
  14. public class LgStlCcmBilletWgtSamplingMgt
  15. {
  16. private static Core.LgMes.Client.lgServiceMgt.LgResService.LgStlCcmBilletWgtSamplingService StlCcmBilletWgtSamplingService = new Core.LgMes.Client.lgServiceMgt.LgResService.LgStlCcmBilletWgtSamplingService();
  17. public static DataSet GetStlCcmBilletWgtSamping(ClientParamWithSqlConditionAndOpenBase param)
  18. {
  19. return StlCcmBilletWgtSamplingService.GetStlCcmBilletWgtSampling(param);
  20. }
  21. }
  22. }