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