using System; using System.Linq; using System.Text; using SqlSugar; namespace B20UVLog.Models { /// /// /// [SugarTable("robot_interface_in")] public partial class RobotInterfaceInModel { public RobotInterfaceInModel(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true,IsIdentity=true)] public int Id {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string EquId {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotInline {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotTrouble {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSendReady {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSend {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotJobTransfer {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSendCancel {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotExExecute {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotDoubleGlass {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSendJobRev {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere1 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere3 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere4 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotInterlock {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSlotNumber01 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSlotNumber02 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSlotNumber03 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSlotNumber04 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSlotNumber05 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSlotNumber06 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere5 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotForceCompReq {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotForceCompAck {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere6 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotSpere7 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotLinkSpeSpere1 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotLinkSpeSpere2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotLinkSpeSpere3 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRobotLinkSpeSpere4 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRoboNC {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRoboNC2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool UpRoboNC3 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVStreamInline {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVStreamTrouble {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVReceiveAble {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVReceive {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVJobTransfer {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVReceiveCancel {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVExchangePoss {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVDoubleGlass {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVReceiveJobRe {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVStopRecv {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVTransferStopReq {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVGlassExist {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVInterlock {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSpere {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSlotNum1 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSlotNum2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSlotNum3 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSlotNum4 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSlotNum5 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVSlotNum6 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVGlassCount1 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVGlassCount2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVGlassCount3 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVGlassCount4 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVGlassCount5 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVForceCompReq {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVForceCompAck {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVLinkSpeSpere1 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVLinkSpeSpere2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVNC1 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVNC2 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public bool DownSUVNC3 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public DateTime? RecordTime {get;set;} } }