华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.7 KiB

5 months ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Data;
  6. using ICSSoft.Frame.Data.DAL;
  7. using ICSSoft.Frame.Data.Entity;
  8. namespace ICSSoft.Frame.Data.BLL
  9. {
  10. public class ICSLLDisposeInFoBLL
  11. {
  12. #region AddandEditList
  13. //public static void AddandEditList(List<ICSLLDisposeInFo> ItemLotList, string Appconstr)
  14. //{
  15. // try
  16. // {
  17. // ICSLLDisposeInFoDAL.AddandEditList(ItemLotList, Appconstr);
  18. // }
  19. // catch (Exception ex)
  20. // {
  21. // throw ex;
  22. // }
  23. //}
  24. #endregion
  25. //public static void EditCompleteInformation(ICSLLDisposeInFo ItemLotList, string Appconstr)
  26. //{
  27. // try
  28. // {
  29. // ICSLLDisposeInFoDAL.EditCompleteInformation(ItemLotList, Appconstr);
  30. // }
  31. // catch (Exception ex)
  32. // {
  33. // throw ex;
  34. // }
  35. //}
  36. //public static void LLDisposeAgainEdit(List<ICSLLDisposeInFoAgain> ItemLotList, string Appconstr)
  37. //{
  38. // try
  39. // {
  40. // ICSLLDisposeInFoDAL.LLDisposeAgainEdit(ItemLotList, Appconstr);
  41. // }
  42. // catch (Exception ex)
  43. // {
  44. // throw ex;
  45. // }
  46. //}
  47. public static void LLDisposeAgainEditByLOTNO(List<ICSLLDisposeInFoAgain> ItemLotList, string Appconstr)
  48. {
  49. try
  50. {
  51. ICSLLDisposeInFoDAL.LLDisposeAgainEditByLOTNO(ItemLotList, Appconstr);
  52. }
  53. catch (Exception ex)
  54. {
  55. throw ex;
  56. }
  57. }
  58. }
  59. }