液晶标签剩余协议对接 编码
This commit is contained in:
@ -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>
|
||||
/// 序号
|
||||
|
Reference in New Issue
Block a user