qiuyao
2025-04-28 1dcc7b63a20daad7c7060f18878d8e8dbaad02de
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Loginhsy.cs
@@ -34,12 +34,12 @@
        /// é€€å‡ºæ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "退出时间")]
        public DateTime OutTiem { get; set; }
        public DateTime?OutTiem { get; set; }
        /// <summary>
        /// æ“ä½œå†…容
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "操作内容")]
        public string OpCenten {  get; set; }
        public string? OpCenten {  get; set; }
    }
}