36 lines
1.3 KiB
C#
36 lines
1.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Codice generato da un modello.
|
|
//
|
|
// Le modifiche manuali a questo file potrebbero causare un comportamento imprevisto dell'applicazione.
|
|
// Se il codice viene rigenerato, le modifiche manuali al file verranno sovrascritte.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace MedAP_data
|
|
{
|
|
using System;
|
|
|
|
public partial class stp_docs_getByKey_Result
|
|
{
|
|
public int idxDoc { get; set; }
|
|
public Nullable<System.DateTime> emesso { get; set; }
|
|
public string Gruppo { get; set; }
|
|
public string RagSoc { get; set; }
|
|
public int num { get; set; }
|
|
public int anno { get; set; }
|
|
public Nullable<int> Trim { get; set; }
|
|
public Nullable<int> Mese { get; set; }
|
|
public decimal netto { get; set; }
|
|
public decimal iva { get; set; }
|
|
public decimal importo { get; set; }
|
|
public string tipo { get; set; }
|
|
public int idxCli { get; set; }
|
|
public decimal totPagato { get; set; }
|
|
public decimal totScadenze { get; set; }
|
|
public string Descrizione { get; set; }
|
|
public double ritenuta { get; set; }
|
|
public decimal CostiAss { get; set; }
|
|
}
|
|
}
|