using System.ComponentModel.DataAnnotations; #nullable disable // // This is here so CodeMaid doesn't reorganize this document // namespace MP.Data.DbModels { public partial class RegCheckModel { #region Public Properties [Key] public string IdxMacchina { get; set; } #endregion Public Properties } }