using System; using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.QueryMap { public class Ord_MemoDelete { [NotMapped] public decimal MemoId { get; set; } [NotMapped] public string ResId { get; set; } [NotMapped] public decimal InneruserId { get; set; } [NotMapped] public decimal EID { get; set; } [NotMapped] public string Name { get; set; } [NotMapped] public Nullable CTime { get; set; } [NotMapped] public string MemoTypeName { get; set; } [NotMapped] public decimal MemoTypeId { get; set; } [NotMapped] public decimal MemoSubTypeId { get; set; } [NotMapped] public string MemoSubTypeName { get; set; } [NotMapped] public string MemoContent { get; set; } } }