33333
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MyCode.Project.Domain.Message.Common;
|
||||
using MyCode.Project.Domain.Message.Act.PurchaseOrder;
|
||||
using MyCode.Project.Domain.Message.Common;
|
||||
using MyCode.Project.Domain.Message.Request.InvoiceOrder;
|
||||
using MyCode.Project.Domain.Message.Response.InvoiceOrder;
|
||||
using MyCode.Project.Domain.Message.Response.User;
|
||||
@@ -35,5 +36,12 @@ namespace MyCode.Project.Services
|
||||
/// <param name="sheet"></param>
|
||||
/// <exception cref="BaseException"></exception>
|
||||
void SetMSSSupplierLot(string sheet);
|
||||
|
||||
/// <summary>
|
||||
/// 根据每包数量得到全部包裹打印条码
|
||||
/// </summary>
|
||||
/// <param name="act"></param>
|
||||
/// <returns></returns>
|
||||
TiaoMaResp SetBaoShuTiaoMa(TiaoMaAct act);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user