using SqlSugar; using System; using System.Collections.Generic; using System.Text; namespace WCS_Client.Frm { /// /// 站台协议22 /// public class IStation521 { [SugarColumn(IsPrimaryKey = true, IsIdentity = false)] /// /// 任务号 /// Int32 TASKNUM { get; set; } /// /// 货物编码 /// Int32 GOODSCODE { get; set; } /// /// 货物类型 /// Int16 GOODSTYPE { get; set; } /// /// 货物尺寸 /// Int16 GOODSSIZE { get; set; } /// /// 起始位置 /// Int16 GOODSSTART { get; set; } /// /// 目标位置 /// Int16 GOODSEND { get; set; } /// /// 请求 /// bool REQUEST { get; set; } /// /// 确认 /// bool RES { get; set; } /// /// 删除任务 /// bool RES1 { get; set; } /// /// 删除任务 /// bool RES2 { get; set; } /// /// 光电信号 /// bool PH_STATUS { get; set; } /// /// 外形故障 /// bool GOODS_ERR { get; set; } /// /// 允许放货 /// bool F_OUTSIDE { get; set; } /// /// 允许离开 /// bool B_OUTSIDE { get; set; } /// /// 允许取货 /// bool L_OUTSIDE { get; set; } /// /// 允许离开(取货) /// bool R_OUTSIDE { get; set; } /// /// /// bool H_OUTSIDE { get; set; } /// /// 条码未读出 /// bool BCR_NOREAD { get; set; } /// /// 超重 /// bool OVERLOAD { get; set; } bool PH_STATUS2 { get; set; } bool RES4 { get; set; } bool RES5 { get; set; } short HEIGHT { get; set; } } }