根据新需求更改

This commit is contained in:
2025-09-17 17:22:09 +08:00
parent e7adae128e
commit a954427d41
21 changed files with 633 additions and 126 deletions

View File

@@ -181,6 +181,112 @@ namespace MoviconHub.App.Models
[Column(Name = "Test_SteamSurveillance", StringLength = 100, IsNullable = true)]
public string Test_SteamSurveillance { get; set; }
///// <summary>
///// ​零部件车间桁架平移原位​​
///// </summary>
//[Column(Name = "Test_TrussMoveHome", StringLength = 100, IsNullable = true)]
//public string Test_TrussMoveHome { get; set; }
///// <summary>
///// ​零部件车间桁架平移后退极限位​​
///// </summary>
//[Column(Name = "Test_TrussMoveBackwardLimit", StringLength = 100, IsNullable = true)]
//public string Test_TrussMoveBackwardLimit { get; set; }
///// <summary>
///// ​零部件车间桁架平移前进极限位​​
///// </summary>
//[Column(Name = "Test_TrussMoveForwardLimit", StringLength = 100, IsNullable = true)]
//public string Test_TrussMoveForwardLimit { get; set; }
///// <summary>
///// ​零部件车间桁架吊装浸泡池吊装位​​
///// </summary>
//[Column(Name = "Test_TrussLiftPoolPos", StringLength = 100, IsNullable = true)]
//public string Test_TrussLiftPoolPos { get; set; }
///// <summary>
///// ​零部件车间桁架吊装下降极限位​​
///// </summary>
//[Column(Name = "Test_TrussLiftLowerLimit", StringLength = 100, IsNullable = true)]
//public string Test_TrussLiftLowerLimit { get; set; }
///// <summary>
///// ​零部件车间桁架吊装原位​​
///// </summary>
//[Column(Name = "Test_TrussLiftHome", StringLength = 100, IsNullable = true)]
//public string Test_TrussLiftHome { get; set; }
///// <summary>
///// ​零部件车间桁架吊装上升极限位​​
///// </summary>
//[Column(Name = "Test_TrussLiftRiseLimit", StringLength = 100, IsNullable = true)]
//public string Test_TrussLiftRiseLimit { get; set; }
///// <summary>
///// ​零部件车间桁架吊装漫射吊装位​​
///// </summary>
//[Column(Name = "Test_TrussLiftWashPos", StringLength = 100, IsNullable = true)]
//public string Test_TrussLiftWashPos { get; set; }
///// <summary>
///// ROB1_第7轴接近开关ROB1原位
///// </summary>
//[Column(Name = "Test_Rob1Axis7Home", StringLength = 100, IsNullable = true)]
//public string Test_Rob1Axis7Home { get; set; }
///// <summary>
///// ROB1_第7轴接近开关前进极限位正常
///// </summary>
//[Column(Name = "Test_Rob1Axis7ForwardLimitOK", StringLength = 100, IsNullable = true)]
//public string Test_Rob1Axis7ForwardLimitOK { get; set; }
///// <summary>
///// ROB1_第7轴接近开关后退极限位正常
///// </summary>
//[Column(Name = "Test_Rob1Axis7BackwardLimitOK", StringLength = 100, IsNullable = true)]
//public string Test_Rob1Axis7BackwardLimitOK { get; set; }
///// <summary>
///// ROB2_第7轴接近开关ROB2原位
///// </summary>
//[Column(Name = "Test_Rob2Axis7Home", StringLength = 100, IsNullable = true)]
//public string Test_Rob2Axis7Home { get; set; }
///// <summary>
///// ROB2_第7轴接近开关前进极限位正常
///// </summary>
//[Column(Name = "Test_Rob2Axis7ForwardLimitOK", StringLength = 100, IsNullable = true)]
//public string Test_Rob2Axis7ForwardLimitOK { get; set; }
///// <summary>
///// ROB2_第7轴接近开关后退极限位正常
///// </summary>
//[Column(Name = "Test_Rob2Axis7BackwardLimitOK", StringLength = 100, IsNullable = true)]
//public string Test_Rob2Axis7BackwardLimitOK { get; set; }
/// <summary>
/// 创建时间
/// </summary>