Files
MoonPro.net/MP/Models/stp_AKV_getByKey_Result.cs
T
2017-04-14 13:54:37 +02:00

22 lines
733 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MP.Models
{
public partial class stp_AKV_getByKey_Result
{
public string nomeVar { get; set; }
public int valInt { get; set; }
public double valFloat { get; set; }
public string valString { get; set; }
public string descrizione { get; set; }
}
}