yl
2023-02-20 12e793c30f8aa9c32a8fbfa6cc2b80cec7ba2a7a
VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -90,6 +90,12 @@
        }
        #endregion
        #region[MES工单工序任务查看SOP,获取SOP文件下拉列表]
        public static ToMessage SearchWorkStepSopList(string partcode, string routecode,string stepcode)
        {
            return ProductionManagementDAL.SearchWorkStepSopList(partcode,routecode,stepcode);
        }
        #endregion