TG.WXCRM.V4/Model/MAP/BAS_INNERUSER_EXT_LOG.cs

14 lines
263 B
C#

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; }
}
}
}