From 71e821ab5e6b3014fac9b691d6957bcc09704b70 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 29 五月 2024 11:45:04 +0800
Subject: [PATCH] 修改定制封面逻辑

---
 CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs b/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs
index 59cbe73..2ee3dff 100644
--- a/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs
+++ b/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing CoreCms.Net.Model.Entities;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
@@ -18,6 +19,26 @@
         /// <param name="s"></param>
         /// <returns></returns>
         Task<List<SearchUserData>> SearchUserData(string s);
+       
+        /// <summary>
+        /// 鑾峰彇鍟嗗搧鍒嗙被
+        /// </summary>
+        /// <returns></returns>
+        
+        Task<List<CoreCmsGoodsCategory>> GetGoodsCategory();
+        /// <summary>
+        /// 妫�鏌ョ敤鎴锋槸鍚︽槸缁忛攢鍟�
+        /// </summary>
+        /// <param name="UserId"></param>
+        /// <returns></returns>
+
+        Task<bool> IsDictionary(int UserId);
+        /// <summary>
+        /// 璁$畻瀹氬埗璐圭敤
+        /// </summary>
+        /// <param name="count"></param>
+        /// <returns></returns>
+        public decimal CommandCustomizable(int count);
     }
 
 

--
Gitblit v1.9.1