yanjinhui
2025-06-05 fcd49db2ee33ee2e1d33e5a41e53d9897a8a3b0f
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_MaintenanceTeam.cs
@@ -18,6 +18,12 @@
        public int ID { get; set; }
        /// <summary>
        /// 账号
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "账号")]
        public string Account {  get; set; }
        /// <summary>
        /// 操作人员姓名
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "操作人员姓名")]
@@ -31,11 +37,21 @@
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "班组名")]
        public string TeamName { get; set; }
        /// <summary>
        /// ip地址
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "ip地址")]
        public string IPAddress { get; set; }
        /// <summary>
        /// 检修状态
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "检修状态")]
        public int MaintenanceStatus { get; set; }
        /// <summary>
        /// 分配时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "分配时间")]