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