From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 09 五月 2024 08:56:50 +0800 Subject: [PATCH] 修改货品编辑bug --- CoreCms.Net.IServices/baifenbingfa/ICoreCmsProductsServices.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.IServices/baifenbingfa/ICoreCmsProductsServices.cs b/CoreCms.Net.IServices/baifenbingfa/ICoreCmsProductsServices.cs index 6e464e6..2e27509 100644 --- a/CoreCms.Net.IServices/baifenbingfa/ICoreCmsProductsServices.cs +++ b/CoreCms.Net.IServices/baifenbingfa/ICoreCmsProductsServices.cs @@ -116,5 +116,12 @@ /// <returns></returns> public Task<List<CoreCmsProducts>> QueryDetaiListAsync(Expression<Func<CoreCmsProducts, bool>> predicate, Expression<Func<CoreCmsProducts, object>> orderByExpression, OrderByType orderByType, bool blUseNoLock = false); + + /// <summary> + /// 鑾峰彇缂栬緫鐩稿叧瀛楁 + /// </summary> + /// <returns></returns> + public Task<CoreCmsProducts> QueryEditByID(int id); + } } -- Gitblit v1.9.1