//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
namespace EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// test_comm_param_set
///
public partial class test_comm_param_set
{
///
/// comm_param_set_id
///
public decimal comm_param_set_id { get; set; }
///
/// comm_set_id
///
public Nullable comm_set_id { get; set; }
///
/// var_id
///
public Nullable var_id { get; set; }
///
/// test_comm_set
///
public virtual test_comm_set test_comm_set { get; set; }
}
}