This commit is contained in:
2025-07-07 09:35:11 +08:00
parent a9021bbc4c
commit e1e5a82566
10 changed files with 557 additions and 114 deletions

View File

@@ -3,14 +3,12 @@ using System.Collections.Generic;
namespace MyCode.Project.Services
{
public interface IItemListService
public interface IJackYunService
{
List<ItemResult> GetMemberTypeList();
/// <summary>
/// 订单查询
/// </summary>
List<ItemResult> GetPurchasingBehaviorList();
List<ItemResult> GetSheetTypeList();
List<ItemResult> GetPlatformSourceList();
string testTradeFullInfoGet();
}
}