4/9
yanjinhui
2025-04-09 b1aa3a97ed3fcc221a863b8a26ae447975e65907
ÏîÄ¿´úÂë/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; }
    }
}