using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.Entity { public partial class CSVR_UNITECUSTOMERAPPLY { [NotMapped] public decimal map_UNITEID { get { return this.UNITEID; } set { this.UNITEID = value; } } [NotMapped] public string map_RESID2 { get { return this.RESID2; } set { this.RESID2 = value; } } [NotMapped] public decimal map_APPLYID { get { return this.APPLYID; } set { this.APPLYID = value; } } [NotMapped] public System.DateTime map_APPLYTIME { get { return this.APPLYTIME; } set { this.APPLYTIME = value; } } [NotMapped] [DisplayName("原因")] [Required(ErrorMessage = "申请原因不能为空!")] public string map_APPREMARK { get { return this.APPREMARK; } set { this.APPREMARK = value; } } [NotMapped] public Nullable map_AUDITID { get { return this.AUDITID; } set { this.AUDITID = value; } } [NotMapped] public Nullable map_AUDITTIME { get { return this.AUDITTIME; } set { this.AUDITTIME = value; } } [NotMapped] public decimal map_STATE { get { return this.STATE; } set { this.STATE = value; } } [NotMapped] public string map_RESID1 { get { return this.RESID1; } set { this.RESID1 = value; } } [NotMapped] public string map_AUDITREMARK { get { return this.AUDITREMARK; } set { this.AUDITREMARK = value; } } } }