锐腾搅拌上料功能
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.

30 lines
744 B

5 months ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ICSSoft.Frame.Data.BLL
  6. {
  7. public class ICSTasksBLL
  8. {
  9. public static string UpdateSchedulingStatus(bool p, string p_2)
  10. {
  11. throw new NotImplementedException();
  12. }
  13. public static bool SearchInfoByCode(string AutoID, string p)
  14. {
  15. throw new NotImplementedException();
  16. }
  17. public static void Add(System.Data.DataSet dataSave, string AutoID, string p)
  18. {
  19. throw new NotImplementedException();
  20. }
  21. public static void AddPR(System.Data.DataRow[] drs, string p)
  22. {
  23. throw new NotImplementedException();
  24. }
  25. }
  26. }