From d723d5c1413bb38ceb7d7404f4817e6540c3c2a0 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期四, 12 六月 2025 16:18:33 +0800 Subject: [PATCH] 人脸识别 --- 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