namespace SoftwayWeb.Models
{
public class Modgir_out
{
public string? Piprogre { get; set; }
public string? Piserial { get; set; }
public DateTime? Pidata { get; set; }
public string? Picommit { get; set; }
public string? Pidesdiv { get; set; }
public string? Pitarga { get; set; }
public string? Piautist { get; set; }
public string? Pitiprec { get; set; }
public string? Pirigele { get; set; }
/// errore titolo
public string? err_title { get; set; }
/// errore dettaglio
public string? err_detail { get; set; }
/// errore status code (200, 500)
public string? err_status_code { get; set; }
}
}