using System.ComponentModel.DataAnnotations; namespace CRM.Core.Model.EntityAudit { public class Mon_Ym { /// /// /// [Key] public int Month { get; set; } } }