扫码打印接口提交
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
/// <summary>
|
||||
/// 扫码入库输入参数
|
||||
/// </summary>
|
||||
public class SacnBarCodeInStockInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 入库单ID
|
||||
/// </summary>
|
||||
public string bill_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user