#region using System.Data; using CSFrameworkV5.Core.CodeGenerator; #endregion namespace CSFrameworkV5.Models { /*=================================================================== * 程序说明: 的ORM模型 * 作者资料: 孙中吕 * 创建日期: 2017-12-29 04:26:27 * 最后修改: 2017-12-29 04:26:27 * * 注: 本文件由代码生成器(Code Generator)自动生成。 * (此源码文件请放置在 YourProject.Models 模块) * 版权所有 Copyright 2006~2017, C/S框架网(www.cscode.net) *===================================================================*/ /// /// 数据表:sys_BusinessTables的ORM模型(ORM Model),由Code Generator自动生成。 /// [ORM_TableAttribute("sys_BusinessTables", "RowID", false)] public sealed class sys_BusinessTables { public static string __TableName = "sys_BusinessTables"; public static string __KeyName = "RowID"; [ORM_FieldAttribute(DbType.Int32, 4, true, false, false, false, false)] public static string isid = "isid"; [ORM_FieldAttribute(DbType.String, 50, false, true, true, false, true)] public static string RowID = "RowID"; [ORM_FieldAttribute(DbType.Int32, 4, false, true, false, false, false)] public static string ModuleID = "ModuleID"; [ORM_FieldAttribute(DbType.Int32, 4, false, true, false, false, false)] public static string SortID = "SortID"; [ORM_FieldAttribute(DbType.String, 2, false, true, false, false, false)] public static string DocCode = "DocCode"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string FormName = "FormName"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string FormNameSpace = "FormNameSpace"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string FormCaption = "FormCaption"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string KeyFieldName = "KeyFieldName"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string Table1 = "Table1"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string Table1Name = "Table1Name"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string Table2 = "Table2"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string Table2Name = "Table2Name"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string Table3 = "Table3"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string Table3Name = "Table3Name"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string Table4 = "Table4"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string Table4Name = "Table4Name"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static string Table5 = "Table5"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static string Table5Name = "Table5Name"; } }