外包装入库申请
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Tnb.ProductionMgr.Entities.Dto;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
public interface IPrdOutPackingService
|
||||
{
|
||||
/// <summary>
|
||||
/// 托盘二维码
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
public Task<dynamic> TrayQrcode(TrayQrcodeInput input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user