MethodDef.cs 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Core.StlMes.Client.PlnSaleOrd.PlanStove
  6. {
  7. /// <summary>
  8. /// 方法名全名命名
  9. /// </summary>
  10. public class MethodDef
  11. {
  12. public struct StoveBase
  13. {
  14. public const string addNewRow = "com.steering.pss.plnsaleord.stove.StoveBase.addNewRow";
  15. public const string ExcuteNonQuery = "com.steering.pss.plnsaleord.stove.StoveBase.ExcuteNonQuery";
  16. public const string queryAll = "com.steering.pss.plnsaleord.stove.StoveBase.queryAll";
  17. public const string getMaxHeatPlanNo = "com.steering.pss.plnsaleord.stove.StoveBase.getMaxHeatPlanNo";
  18. public const string UpdateOrder_WT_NUM = "com.steering.pss.plnsaleord.stove.StoveBase.UpdateOrder_WT_NUM";
  19. public const string UpdatePlnStatus = "com.steering.pss.plnsaleord.stove.StoveBase.UpdatePlnStatus";
  20. public const string queryMaxProdIndex = "com.steering.pss.plnsaleord.stove.StoveBase.queryMaxProdIndex";
  21. public const string queryCHECKJVAL = "com.steering.pss.plnsaleord.stove.StoveBase.queryCHECKJVAL";
  22. public const string queryOrderS = "com.steering.pss.plnsaleord.stove.StoveBase.queryOrderS";
  23. public const string queryZy = "com.steering.pss.plnsaleord.stove.StoveBase.queryZy";
  24. public const string UpdateOrder_MATCHIN_WT_NUM = "com.steering.pss.plnsaleord.stove.StoveBase.UpdateOrder_MATCHIN_WT_NUM";
  25. public const string ExeTransction = "com.steering.pss.plnsaleord.stove.StoveBase.ExeTransction";
  26. public const string queryBatchMatch = "com.steering.pss.plnsaleord.stove.StoveBase.queryBatchMatch";
  27. public const string queryZyC = "com.steering.pss.plnsaleord.stove.StoveBase.queryZyC";
  28. public const string queryOrderStatus = "com.steering.pss.plnsaleord.stove.StoveBase.queryOrderStatus";
  29. public const string queryPlanStatus = "com.steering.pss.plnsaleord.stove.StoveBase.queryPlanStatus";
  30. }
  31. public struct PlanLuDBK
  32. {
  33. public const string queryOrderDbK = "com.steering.pss.plnsaleord.stove.PlanLuDBK.queryOrderDbK";
  34. public const string queryZYDBK = "com.steering.pss.plnsaleord.stove.PlanLuDBK.queryZYDBK";
  35. public const string AddNewZYDBK = "com.steering.pss.plnsaleord.stove.PlanLuDBK.AddNewZYDBK";
  36. public const string UpdateOrderDBK_WT_NUM = "com.steering.pss.plnsaleord.stove.PlanLuDBK.UpdateOrderDBK_WT_NUM";
  37. public const string getMaxHeatPlanNo = "com.steering.pss.plnsaleord.stove.PlanLuDBK.getMaxHeatPlanNo";
  38. public const string materialChange = "com.steering.pss.plnsaleord.stove.PlanLuDBK.materialChange";
  39. }
  40. public struct PlanLuRCL
  41. {
  42. public const string queryOrderRCL = "com.steering.pss.plnsaleord.stove.PlanLuRCL.queryOrderRCL";
  43. public const string queryZYRCL = "com.steering.pss.plnsaleord.stove.PlanLuRCL.queryZYRCL";
  44. public const string AddNewZYRCL = "com.steering.pss.plnsaleord.stove.PlanLuRCL.AddNewZYRCL";
  45. public const string UpdateORDERRCL_WT_NUM = "com.steering.pss.plnsaleord.stove.PlanLuRCL.UpdateORDERRCL_WT_NUM";
  46. public const string getMaxHeatPlanNo = "com.steering.pss.plnsaleord.stove.PlanLuRCL.getMaxHeatPlanNo";
  47. }
  48. public struct PlanLuJGX
  49. {
  50. public const string queryOrderJgx = "com.steering.pss.plnsaleord.stove.PlanLuJGX.queryOrderJgx";
  51. public const string queryZYJGXM = "com.steering.pss.plnsaleord.stove.PlanLuJGX.queryZYJGXM";
  52. }
  53. public struct PlanLuZG
  54. {
  55. public const string queryOrderZg = "com.steering.pss.plnsaleord.stove.PlanLuZG.queryOrderZg";
  56. public const string queryZYZGM = "com.steering.pss.plnsaleord.stove.PlanLuZG.queryZYZGM";
  57. public const string queryInNumInOrder = "com.steering.pss.plnsaleord.stove.PlanLuZG.queryInNumInOrder";
  58. }
  59. public struct MaterialChoose
  60. {
  61. public const string getMaterialInfo = "com.steering.pss.plnsaleord.stove.MaterialChoose.getMaterialInfo";
  62. public const string GetMaxProdIndex = "com.steering.pss.plnsaleord.stove.MaterialChoose.GetMaxProdIndex";
  63. public const string UpdateMAT_ZC_M = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_ZC_M";
  64. public const string getGPInfo = "com.steering.pss.plnsaleord.stove.MaterialChoose.getGPInfo";
  65. public const string UpdateMAT_GP_M = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_GP_M";
  66. public const string UpdateMAT_ZC_M_BACK = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_ZC_M_BACK";
  67. public const string UpdateMAT_GP_M_BACK = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_GP_M_BACK";
  68. public const string querylockliku = "com.steering.pss.plnsaleord.stove.MaterialChoose.querylockliku";
  69. public const string getMaterialbyStove = "com.steering.pss.plnsaleord.stove.MaterialChoose.getMaterialbyStove";
  70. public const string getBindedMaterial = "com.steering.pss.plnsaleord.stove.MaterialChoose.getBindedMaterial";
  71. public const string getBindedGp = "com.steering.pss.plnsaleord.stove.MaterialChoose.getBindedGp";
  72. public const string UpdateMAT_ZC_M_BACK_When_Finish = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_ZC_M_BACK_When_Finish";
  73. }
  74. }
  75. }