using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace WCS_Client.Frm { [DataContract] public class WCS_STATION521 { public int TASKNUM { get; set; } public int GOODSCODE { get; set; } public short GOODSTYPE { get; set; } public short GOODSSIZE { get; set; } public short GOODSSTART { get; set; } public short GOODSEND { get; set; } public bool REQUEST { get; set; } public bool RES { get; set; } public bool RES1 { get; set; } public bool RES2 { get; set; } public bool PH_STATUS { get; set; } public bool GOODS_ERR { get; set; } public bool F_OUTSIDE { get; set; } public bool B_OUTSIDE { get; set; } public bool L_OUTSIDE { get; set; } public bool R_OUTSIDE { get; set; } public bool H_OUTSIDE { get; set; } public bool BCR_NOREAD { get; set; } public bool OVERLOAD { get; set; } public bool PH_STATUS2 { get; set; } public bool RES4 { get; set; } public bool RES5 { get; set; } public short HEIGHT { get; set; } public string DEVICECODE { get; set; } public bool ISLAST { get; set; } //public EquipmentSignal EquSignal { get; set; } //public SrmSignal EquSignal_Srm //{ // get // { // return EquSignal as SrmSignal; // } //} //public ConvSignal EquSignal_Conv //{ // get // { // return EquSignal as ConvSignal; // } //} //public RGVSignal EquSignal_Rgv //{ // get // { // return EquSignal as RGVSignal; // } //} } }