222
This commit is contained in:
@@ -15,7 +15,7 @@ namespace MyCode.Project.OutSideService
|
||||
/// 获取一个K3客户端
|
||||
/// </summary>
|
||||
/// <param name="content"></param>
|
||||
K3CloudApi GetK3CloudClient();
|
||||
K3CloudApi GetK3CloudClient(string yuYan = "");
|
||||
|
||||
/// <summary>
|
||||
/// 获取供应商
|
||||
@@ -29,7 +29,7 @@ namespace MyCode.Project.OutSideService
|
||||
/// <returns></returns>
|
||||
string GetFPurchaseOrgList();
|
||||
|
||||
string QueryList(BillQuery queryParam);
|
||||
string QueryList(BillQuery queryParam,string yuYan="");
|
||||
|
||||
/// <summary>
|
||||
/// 保存一个订单对象
|
||||
|
||||
Reference in New Issue
Block a user