yl
2023-12-05 0f97c5a757e2f0ffd5a98f276508e90924c70200
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
    }
}