using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Zxd.Entity.Zxd { [Table("employee_soft_log")] public class EMPLOYEE_SOFT_LOG { [Key] public int id { get; set; } public int eid { get; set; } public DateTime createtime { get; set; } } }