namespace ApiPolo.Models
{
///
public class Prog_out
{
///
public string? tablecode { get; set; }
///
public string? warncode { get; set; }
///
public float? autonum { get; set; }
///
public string? cpccchk { get; set; }
///
public string? autonum_name { 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; }
}
}