using FreeSql.DataAnnotations; using System; namespace MoviconHub.App.Models { /// /// 清洗数据 /// [Table(Name = "ClearData")] public class ClearData { /// /// 主键ID /// [Column(IsPrimary = true, IsIdentity = true)] public long Id { get; set; } /// /// 设备码 /// [Column(Name = "DeviceCode", StringLength = 100, IsNullable = true)] public string DeviceCode { get; set; } /// /// 设备名称 /// [Column(Name = "DeviceName", StringLength = 100, IsNullable = true)] public string DeviceName { get; set; } /// /// 程序进程 /// [Column(Name = "program_process", StringLength = 100, IsNullable = true)] public string program_process { get; set; } /// /// 车型 /// [Column(Name = "vehicle_model", StringLength = 100, IsNullable = true)] public string vehicle_model { get; set; } /// /// 下车号 /// [Column(Name = "locomotive_number", StringLength = 100, IsNullable = true)] public string locomotive_number { get; set; } /// /// 修程 /// [Column(Name = "repair_process", StringLength = 100, IsNullable = true)] public string repair_process { get; set; } /// /// 部件名称 /// [Column(Name = "component_name", StringLength = 100, IsNullable = true)] public string component_name { get; set; } /// /// 位别 /// [Column(Name = "part_position", StringLength = 100, IsNullable = true)] public string part_position { get; set; } /// /// 部件编号 /// [Column(Name = "part_num", StringLength = 100, IsNullable = true)] public string part_num { get; set; } /// /// 部件二维码 /// [Column(Name = "part_qrid", StringLength = 100, IsNullable = true)] public string part_qrid { get; set; } /// /// 程序进程百分比​ /// [Column(Name = "Test_FrameworkProgramProcessPercentage", StringLength = 100, IsNullable = true)] public string Test_FrameworkProgramProcessPercentage { get; set; } /// /// 程序进程​ /// [Column(Name = "Test_FrameworkProgramProcess", StringLength = 100, IsNullable = true)] public string Test_FrameworkProgramProcess { get; set; } /// /// 构架单个机型清洗时长 /// [Column(Name = "Test_FrameworkPerModelCleaningDuration", StringLength = 100, IsNullable = true)] public string Test_FrameworkPerModelCleaningDuration { get; set; } /// /// 构架单个机型用清洗剂量 /// [Column(Name = "Test_FrameworkPerModelCleaningAgentUsage", StringLength = 100, IsNullable = true)] public string Test_FrameworkPerModelCleaningAgentUsage { get; set; } /// /// 构架单个机型用水量 /// [Column(Name = "Test_FrameworkPerModelWaterUsage", StringLength = 100, IsNullable = true)] public string Test_FrameworkPerModelWaterUsage { get; set; } /// /// 水罐温度 /// [Column(Name = "WaterTank_Temp", StringLength = 100, IsNullable = true)] public string WaterTank_Temp { get; set; } /// /// 清洗剂罐温度 /// [Column(Name = "AgentTank_Temp", StringLength = 100, IsNullable = true)] public string AgentTank_Temp { get; set; } /// /// 水罐液位 /// [Column(Name = "WaterTank_Level", StringLength = 100, IsNullable = true)] public string WaterTank_Level { get; set; } /// /// 清洗剂罐液位 /// [Column(Name = "AgentTank_Level", StringLength = 100, IsNullable = true)] public string AgentTank_Level { get; set; } /// /// 浸泡池1温度 /// [Column(Name = "SoakingTank1_Temp", StringLength = 100, IsNullable = true)] public string SoakingTank1_Temp { get; set; } /// /// 浸泡池2温度 /// [Column(Name = "SoakingTank2_Temp", StringLength = 100, IsNullable = true)] public string SoakingTank2_Temp { get; set; } /// /// ​热水罐加热模式运行​​ /// [Column(Name = "Test_WaterTankHeat", StringLength = 100, IsNullable = true)] public string Test_WaterTankHeat { get; set; } /// /// ​热水罐补水模式运行​​ /// [Column(Name = "Test_WaterTankAdd", StringLength = 100, IsNullable = true)] public string Test_WaterTankAdd { get; set; } /// /// ​清洗剂罐加热模式运行 ​​ /// [Column(Name = "Test_CleaningAgentTankHeat", StringLength = 100, IsNullable = true)] public string Test_CleaningAgentTankHeat { get; set; } /// /// ​清洗剂罐补水模式运行​​ /// [Column(Name = "Test_CleaningAgentTankAdd", StringLength = 100, IsNullable = true)] public string Test_CleaningAgentTankAdd { get; set; } /// /// ​电能监控​​ /// [Column(Name = "Test_ElectricSurveillance", StringLength = 100, IsNullable = true)] public string Test_ElectricSurveillance { get; set; } /// /// ​蒸汽监控​​ /// [Column(Name = "Test_SteamSurveillance", StringLength = 100, IsNullable = true)] public string Test_SteamSurveillance { get; set; } ///// ///// ​零部件车间桁架平移原位​​ ///// //[Column(Name = "Test_TrussMoveHome", StringLength = 100, IsNullable = true)] //public string Test_TrussMoveHome { get; set; } ///// ///// ​零部件车间桁架平移后退极限位​​ ///// //[Column(Name = "Test_TrussMoveBackwardLimit", StringLength = 100, IsNullable = true)] //public string Test_TrussMoveBackwardLimit { get; set; } ///// ///// ​零部件车间桁架平移前进极限位​​ ///// //[Column(Name = "Test_TrussMoveForwardLimit", StringLength = 100, IsNullable = true)] //public string Test_TrussMoveForwardLimit { get; set; } ///// ///// ​零部件车间桁架吊装浸泡池吊装位​​ ///// //[Column(Name = "Test_TrussLiftPoolPos", StringLength = 100, IsNullable = true)] //public string Test_TrussLiftPoolPos { get; set; } ///// ///// ​零部件车间桁架吊装下降极限位​​ ///// //[Column(Name = "Test_TrussLiftLowerLimit", StringLength = 100, IsNullable = true)] //public string Test_TrussLiftLowerLimit { get; set; } ///// ///// ​零部件车间桁架吊装原位​​ ///// //[Column(Name = "Test_TrussLiftHome", StringLength = 100, IsNullable = true)] //public string Test_TrussLiftHome { get; set; } ///// ///// ​零部件车间桁架吊装上升极限位​​ ///// //[Column(Name = "Test_TrussLiftRiseLimit", StringLength = 100, IsNullable = true)] //public string Test_TrussLiftRiseLimit { get; set; } ///// ///// ​零部件车间桁架吊装漫射吊装位​​ ///// //[Column(Name = "Test_TrussLiftWashPos", StringLength = 100, IsNullable = true)] //public string Test_TrussLiftWashPos { get; set; } ///// ///// ​ROB1_第7轴接近开关ROB1原位​​ ///// //[Column(Name = "Test_Rob1Axis7Home", StringLength = 100, IsNullable = true)] //public string Test_Rob1Axis7Home { get; set; } ///// ///// ​ROB1_第7轴接近开关前进极限位正常​​ ///// //[Column(Name = "Test_Rob1Axis7ForwardLimitOK", StringLength = 100, IsNullable = true)] //public string Test_Rob1Axis7ForwardLimitOK { get; set; } ///// ///// ​ROB1_第7轴接近开关后退极限位正常​​ ///// //[Column(Name = "Test_Rob1Axis7BackwardLimitOK", StringLength = 100, IsNullable = true)] //public string Test_Rob1Axis7BackwardLimitOK { get; set; } ///// ///// ​ROB2_第7轴接近开关ROB2原位​​ ///// //[Column(Name = "Test_Rob2Axis7Home", StringLength = 100, IsNullable = true)] //public string Test_Rob2Axis7Home { get; set; } ///// ///// ​ROB2_第7轴接近开关前进极限位正常​​ ///// //[Column(Name = "Test_Rob2Axis7ForwardLimitOK", StringLength = 100, IsNullable = true)] //public string Test_Rob2Axis7ForwardLimitOK { get; set; } ///// ///// ​ROB2_第7轴接近开关后退极限位正常​​ ///// //[Column(Name = "Test_Rob2Axis7BackwardLimitOK", StringLength = 100, IsNullable = true)] //public string Test_Rob2Axis7BackwardLimitOK { get; set; } /// /// 创建时间 /// [Column(ServerTime = DateTimeKind.Local, CanUpdate = false)] public DateTime CreateTime { get; set; } } }