namespace WCS.Entity.Protocol { /// /// /// public class WCS_DEVICESTATELOG : OBJ { /// /// 设备号 /// public string DEVICECODE { get; set; } public string STATE { get; set; } } }