Files
MoonPro.net/MP/Models/AnagKeyValue.cs
T
2016-12-20 12:20:13 +01:00

24 lines
802 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
{
using System;
using System.Collections.Generic;
public partial class AnagKeyValue
{
public string nomeVar { get; set; }
public Nullable<int> valInt { get; set; }
public Nullable<double> valFloat { get; set; }
public string valString { get; set; }
public string descrizione { get; set; }
}
}