液晶标签剩余协议对接 编码

This commit is contained in:
hehaibing-1996
2024-12-10 19:09:43 +08:00
parent c94af9e987
commit 85a35ac34f
17 changed files with 393 additions and 149 deletions

View File

@ -4,7 +4,9 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WCS.BLL.DbModels.Task;
using WCS.BLL.HardWare;
using TaskModeEnum = WCS.BLL.DbModels.Task.TaskModeEnum;
namespace WCS.DAL.DbModels
{
@ -89,7 +91,7 @@ namespace WCS.DAL.DbModels
public bool IsEnable { get; set; } = true;
[SugarColumn(ColumnName = "current_mode", IsNullable = true, ColumnDescription = "串联后大货架编码;大货架编码:未串联时是与货架编码是一对一的关系;串联后与货架编码是一对多的关系")]
public Mode CurrentMode { get; set; } = Mode.;
public TaskModeEnum CurrentMode { get; set; } = TaskModeEnum.;
/// <summary>
/// 序号