//------------------------------------------------------------------------------ // // 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 EMIS.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// Sys_BatchModify /// public partial class Sys_BatchModify { public Sys_BatchModify() { this.Sys_BatchModifyExpand = new HashSet(); } /// /// BatchModifyID /// public System.Guid BatchModifyID { get; set; } /// /// Name /// public string Name { get; set; } /// /// Value /// public string Value { get; set; } /// /// ControlType /// public string ControlType { get; set; } /// /// ControlTextFiled /// public string ControlTextFiled { get; set; } /// /// ControlValueFiled /// public string ControlValueFiled { get; set; } /// /// PostUrl /// public string PostUrl { get; set; } /// /// DictionaryCode /// public string DictionaryCode { get; set; } /// /// ReturnUrl /// public string ReturnUrl { get; set; } /// /// listControl /// public string listControl { get; set; } /// /// MUNClass /// public string MUNClass { get; set; } /// /// MNUID /// public string MNUID { get; set; } /// /// OrderNo /// public Nullable OrderNo { get; set; } /// /// RecordStatus /// public Nullable RecordStatus { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// CreateUserID /// public Nullable CreateUserID { get; set; } /// /// ModifyUserID /// public Nullable ModifyUserID { get; set; } /// /// ModifyTime /// public Nullable ModifyTime { get; set; } /// /// Sys_BatchModifyExpand /// public virtual HashSet Sys_BatchModifyExpand { get; set; } /// /// Sys_Dictionary /// public virtual Sys_Dictionary Sys_Dictionary { get; set; } } }