using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.Entity { public partial class BAS_INNERUSER_EXT_LOG { [NotMapped] public decimal gName { get { return this.INNERUSERID; } } } }