using HH.WCS.JuShi.models; using SqlSugar; using System; using System.Collections.Generic; namespace HH.WCS.JuShi { [SugarTable("PlcDeviceTable")] public class PlcDeviceTable : BaseModel { ///// // /// ÏßÌå±àºÅ // /// //public int DeviceNo { get; set; } ///// ///// É豸»õλ±àÂë ///// //public string Location { get; set; } ///// ///// ¹¤×÷ģʽ ´ý»ú=1 ÔËÐÐÖÐ=2 ÍÑ»ú=0 ///// //public int workMode { get; set; } ///// ///// ¹âµçÐźŠÓлõ =1 ÎÞ»õ=0 ///// //public int lightAction { get; set; } ///// ///// ¹ÊÕϱ¨¾¯ ///// //public int errorAlarm { get; set; } ///// ///// É豸״̬ ÎÞ״̬=0 ÔËÐÐ״̬=1 ÊÖ¶¯×´Ì¬=2 ÓÐÁϵȴý=3 Òì³£±¨¾¯=4 ///// //public int deviceState { get; set; } //public string TaskNo { get; set; } ///// ///// Ä¿±êµØÖ· ///// //public int targetAddr { get; set; } ///// ///// ÖØÁ¿ ///// //public float weight { get; set; } ///// ///// ÍÐÅÌÂë ///// //public string trayCode { get; set; } /// /// 3´çÊäËÍÏßÇëÇóÈ¡¿ò /// public bool requestTake1 { get; set; } /// /// 3´çÊäËÍÏßÔÊÐí·Å¿ò /// public bool requestPut1 { get; set; } /// /// 6´çÊäËÍÏßÇëÇóÈ¡¿ò /// public bool requestTake2 { get; set; } /// /// 6´çÊäËÍÏßÔÊÐí·Å¿ò /// public bool requestPut2 { get; set; } public Dictionary RGVAllowUnload { get; internal set; } } }