yl
2023-12-13 f330d41697dc8b2fbbd879ce8a9b644dab7cc31c
VueWebCoreApi/DLL/BLL/ProductModelBLL.cs
@@ -91,5 +91,14 @@
            return ProductModelDAL.TMaterielDelete(data_sources, partcode,us);
        }
        #endregion
        #region[工单产品信息下拉框查询]
        public static ToMessage PartSelect()
        {
            return ProductModelDAL.PartSelect();
        }
        #endregion
    }
}