From fcd49db2ee33ee2e1d33e5a41e53d9897a8a3b0f Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期四, 05 六月 2025 19:19:10 +0800 Subject: [PATCH] 限制plc伸到位报警,和限制开始作业无限点击问题 --- project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_MaintenanceTeam.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git "a/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_MaintenanceTeam.cs" "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_MaintenanceTeam.cs" index 43c0ae2..f88ca30 100644 --- "a/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_MaintenanceTeam.cs" +++ "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_MaintenanceTeam.cs" @@ -17,6 +17,14 @@ [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int ID { get; set; } + + + /// <summary> + /// 璐﹀彿 + /// </summary> + [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "璐﹀彿")] + public string Account { get; set; } + /// <summary> /// 鎿嶄綔浜哄憳濮撳悕 /// </summary> @@ -25,6 +33,14 @@ + + + /// <summary> + /// 妫�淇姸鎬� + /// </summary> + [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "妫�淇姸鎬�")] + public int MaintenanceStatus { get; set; } + /// <summary> /// 鐝粍鍚� /// </summary> -- Gitblit v1.9.3