yanjinhui
2025-05-27 f1a841f056fe4d7be16f39d6fe169667f743d00a
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs
@@ -20,9 +20,22 @@
        /// <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>