//------------------------------------------------------------------------------ // // 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_base_param /// public partial class test_base_param { /// /// base_param_id /// public decimal base_param_id { get; set; } /// /// name /// public string name { get; set; } /// /// base_param_parent_id /// public Nullable base_param_parent_id { get; set; } /// /// order_by /// public Nullable order_by { get; set; } /// /// isvaild /// public Nullable isvaild { get; set; } /// /// IsSystem /// public Nullable IsSystem { get; set; } /// /// test_base_param_type /// public virtual test_base_param_type test_base_param_type { get; set; } } }