//------------------------------------------------------------------------------ // // This code was generated by a CodeSmith Template. // // DO NOT MODIFY contents of this file. Changes to this // file will be lost if the code is regenerated. // Author:Yubao Li // //------------------------------------------------------------------------------ using System; using System.Collections.Generic; using System.Text; namespace OpenAuth.Domain { /// /// /// public partial class WFFrmMain :Entity { public WFFrmMain() { this.FrmCode= string.Empty; this.FrmName= string.Empty; this.FrmType= string.Empty; this.FrmDbId= string.Empty; this.FrmTable= string.Empty; this.FrmTableId= string.Empty; this.FrmContent= string.Empty; this.Description= string.Empty; this.CreateDate= DateTime.Now; this.CreateUserId= string.Empty; this.CreateUserName= string.Empty; this.ModifyDate= DateTime.Now; this.ModifyUserId= string.Empty; this.ModifyUserName= string.Empty; } /// /// /// public string FrmCode { get; set; } /// /// /// public string FrmName { get; set; } /// /// /// public string FrmType { get; set; } /// /// /// public string FrmDbId { get; set; } /// /// /// public string FrmTable { get; set; } /// /// /// public int? IsSystemTable { get; set; } /// /// /// public string FrmTableId { get; set; } /// /// /// public string FrmContent { get; set; } /// /// /// public int? SortCode { get; set; } /// /// /// public int? DeleteMark { get; set; } /// /// /// public int? EnabledMark { get; set; } /// /// /// public string Description { get; set; } /// /// /// public System.DateTime? CreateDate { get; set; } /// /// /// public string CreateUserId { get; set; } /// /// /// public string CreateUserName { get; set; } /// /// /// public System.DateTime? ModifyDate { get; set; } /// /// /// public string ModifyUserId { get; set; } /// /// /// public string ModifyUserName { get; set; } } }