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