| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.PlnSaleOrd.PlanStove
- {
- /// <summary>
- /// 方法名全名命名
- /// </summary>
- public class MethodDef
- {
- public struct StoveBase
- {
- public const string addNewRow = "com.steering.pss.plnsaleord.stove.StoveBase.addNewRow";
- public const string ExcuteNonQuery = "com.steering.pss.plnsaleord.stove.StoveBase.ExcuteNonQuery";
- public const string queryAll = "com.steering.pss.plnsaleord.stove.StoveBase.queryAll";
- public const string getMaxHeatPlanNo = "com.steering.pss.plnsaleord.stove.StoveBase.getMaxHeatPlanNo";
- public const string UpdateOrder_WT_NUM = "com.steering.pss.plnsaleord.stove.StoveBase.UpdateOrder_WT_NUM";
- public const string UpdatePlnStatus = "com.steering.pss.plnsaleord.stove.StoveBase.UpdatePlnStatus";
- public const string queryMaxProdIndex = "com.steering.pss.plnsaleord.stove.StoveBase.queryMaxProdIndex";
- public const string queryCHECKJVAL = "com.steering.pss.plnsaleord.stove.StoveBase.queryCHECKJVAL";
- public const string queryOrderS = "com.steering.pss.plnsaleord.stove.StoveBase.queryOrderS";
- public const string queryZy = "com.steering.pss.plnsaleord.stove.StoveBase.queryZy";
- public const string UpdateOrder_MATCHIN_WT_NUM = "com.steering.pss.plnsaleord.stove.StoveBase.UpdateOrder_MATCHIN_WT_NUM";
- public const string ExeTransction = "com.steering.pss.plnsaleord.stove.StoveBase.ExeTransction";
- public const string queryBatchMatch = "com.steering.pss.plnsaleord.stove.StoveBase.queryBatchMatch";
- public const string queryZyC = "com.steering.pss.plnsaleord.stove.StoveBase.queryZyC";
- public const string queryOrderStatus = "com.steering.pss.plnsaleord.stove.StoveBase.queryOrderStatus";
- public const string queryPlanStatus = "com.steering.pss.plnsaleord.stove.StoveBase.queryPlanStatus";
- }
- public struct PlanLuDBK
- {
- public const string queryOrderDbK = "com.steering.pss.plnsaleord.stove.PlanLuDBK.queryOrderDbK";
- public const string queryZYDBK = "com.steering.pss.plnsaleord.stove.PlanLuDBK.queryZYDBK";
- public const string AddNewZYDBK = "com.steering.pss.plnsaleord.stove.PlanLuDBK.AddNewZYDBK";
- public const string UpdateOrderDBK_WT_NUM = "com.steering.pss.plnsaleord.stove.PlanLuDBK.UpdateOrderDBK_WT_NUM";
- public const string getMaxHeatPlanNo = "com.steering.pss.plnsaleord.stove.PlanLuDBK.getMaxHeatPlanNo";
- public const string materialChange = "com.steering.pss.plnsaleord.stove.PlanLuDBK.materialChange";
- }
- public struct PlanLuRCL
- {
- public const string queryOrderRCL = "com.steering.pss.plnsaleord.stove.PlanLuRCL.queryOrderRCL";
- public const string queryZYRCL = "com.steering.pss.plnsaleord.stove.PlanLuRCL.queryZYRCL";
- public const string AddNewZYRCL = "com.steering.pss.plnsaleord.stove.PlanLuRCL.AddNewZYRCL";
- public const string UpdateORDERRCL_WT_NUM = "com.steering.pss.plnsaleord.stove.PlanLuRCL.UpdateORDERRCL_WT_NUM";
- public const string getMaxHeatPlanNo = "com.steering.pss.plnsaleord.stove.PlanLuRCL.getMaxHeatPlanNo";
- }
- public struct PlanLuJGX
- {
- public const string queryOrderJgx = "com.steering.pss.plnsaleord.stove.PlanLuJGX.queryOrderJgx";
- public const string queryZYJGXM = "com.steering.pss.plnsaleord.stove.PlanLuJGX.queryZYJGXM";
- }
- public struct PlanLuZG
- {
- public const string queryOrderZg = "com.steering.pss.plnsaleord.stove.PlanLuZG.queryOrderZg";
- public const string queryZYZGM = "com.steering.pss.plnsaleord.stove.PlanLuZG.queryZYZGM";
- public const string queryInNumInOrder = "com.steering.pss.plnsaleord.stove.PlanLuZG.queryInNumInOrder";
- }
- public struct MaterialChoose
- {
- public const string getMaterialInfo = "com.steering.pss.plnsaleord.stove.MaterialChoose.getMaterialInfo";
- public const string GetMaxProdIndex = "com.steering.pss.plnsaleord.stove.MaterialChoose.GetMaxProdIndex";
- public const string UpdateMAT_ZC_M = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_ZC_M";
- public const string getGPInfo = "com.steering.pss.plnsaleord.stove.MaterialChoose.getGPInfo";
- public const string UpdateMAT_GP_M = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_GP_M";
- public const string UpdateMAT_ZC_M_BACK = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_ZC_M_BACK";
- public const string UpdateMAT_GP_M_BACK = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_GP_M_BACK";
- public const string querylockliku = "com.steering.pss.plnsaleord.stove.MaterialChoose.querylockliku";
- public const string getMaterialbyStove = "com.steering.pss.plnsaleord.stove.MaterialChoose.getMaterialbyStove";
- public const string getBindedMaterial = "com.steering.pss.plnsaleord.stove.MaterialChoose.getBindedMaterial";
- public const string getBindedGp = "com.steering.pss.plnsaleord.stove.MaterialChoose.getBindedGp";
- public const string UpdateMAT_ZC_M_BACK_When_Finish = "com.steering.pss.plnsaleord.stove.MaterialChoose.UpdateMAT_ZC_M_BACK_When_Finish";
- }
- }
- }
|