namespace WX.CRM.Model.Entity { using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; [Table("UPDEV.RES_ALLCOTELOG_HIS")] public partial class RES_ALLCOTELOG_HIS { [Key] public decimal LOGID { get; set; } public decimal RESTYPEID { get; set; } public decimal STRATEGYID { get; set; } public decimal? DISNUMBER { get; set; } public DateTime? DISTIME { get; set; } } }