Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
/// 4#梯设备名称
|
||||
/// </summary>
|
||||
public string DevName4 { get; set; }
|
||||
/// <summary>
|
||||
/// 心跳检测设备名称集合
|
||||
/// </summary>
|
||||
public List<string> HeartbeatDevNames { get; set; }
|
||||
public string token { get; set; }
|
||||
/// <summary>
|
||||
/// 获取设备标签列表url
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
public class CarryBarCodeInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 打印条码集合
|
||||
/// </summary>
|
||||
public List<string> barCodes { get; set; }
|
||||
/// <summary>
|
||||
/// 打印份数
|
||||
/// </summary>
|
||||
public int copies { get; set; } = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user