1
z8018
2025-06-06 7876ac5d67b12e206a68db17c4034df52fa2f060
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs
@@ -20,14 +20,28 @@
        /// <summary>
        /// 用户账号
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "用户权限")]
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "用户账户")]
        public string UserAccount { get; set; }
        /// <summary>
        /// 用户权限
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "用户权限")]
        public int Roleid { get; set; }
        /// <summary>
        /// 是否是组长
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "是否是组长")]
        public int IsLeader { get; set; }
        /// <summary>
        /// 检修日期
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "检修日期")]
        public DateTime MaintenanceDate { get; set; }
        public DateTime? MaintenanceDate { get; set; }
        /// <summary>
        /// 是否可以检修