11
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user