yanjinhui
2025-03-17 b8510ca5d1e56ef78cd27c45b6bd65a2c13f6b27
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Model/Models/SerialPort/Dt_LoginHistory.cs
@@ -12,18 +12,33 @@
    [SugarTable("Dt_LoginHistory", "鐧诲綍璁板綍"), MultiTenant]
    public class Dt_LoginHistory : BaseEntity
    {
        /// <summary>
        /// 涓婚敭
        /// </summary>
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
        public int ID { get; set; }
        /// <summary>
        /// 鐢ㄦ埛璐︽埛
        /// /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  Account { get; set; }
        /// <summary>
        /// 鐢ㄦ埛鐪熷疄濮撳悕
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  TrurName { get; set; }
        /// <summary>
        /// ip鍦板潃
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string LogIP { get; set; }
        //[SugarColumn(IsNullable = true)]
       // public DateTime Createdate { get; set; }
    }
}