#region using System.Data; using CSFrameworkV5.Core.CodeGenerator; #endregion namespace CSFrameworkV5.Models { /*=================================================================== * 程序说明: 的ORM模型 * 作者资料: 孙中吕 * 创建日期: 2020-10-22 06:18:19 * 最后修改: 2020-10-22 06:18:19 * * 注: 本文件由代码生成器(Code Generator)自动生成。 * (此源码文件请放置在 YourProject.Models 模块) * 版权所有 Copyright 2006~2020, C/S框架网(www.cscode.net) *===================================================================*/ /// /// 数据表:sys_Language的ORM模型(ORM Model),由Code Generator自动生成。 /// [ORM_TableAttribute("sys_GridPermission", "RowID", false)] public class sys_GridPermission { public static readonly string __TableName = "sys_GridPermission"; public static readonly string __KeyName = "RowID"; [ORM_FieldAttribute(DbType.Int32, 4, true, false, false, false, false)] public static readonly string isid = "isid"; [ORM_FieldAttribute(DbType.String, 100, false, true, true, false, false)] public static readonly string RowID = "RowID"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static readonly string GridId = "GridId"; [ORM_FieldAttribute(DbType.String, 1000, false, true, false, false, false)] public static readonly string GridDisplayName = "GridDisplayName"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string UserId = "UserId"; [ORM_FieldAttribute(DbType.String, 500, false, true, false, false, false)] public static readonly string HiddenColumns = "HiddenColumns"; [ORM_FieldAttribute(DbType.Int32, 4, false, true, false, false, false)] public static readonly string ColumnCount = "ColumnCount"; [ORM_FieldAttribute(DbType.DateTime, 8, false, true, false, false, false)] public static readonly string CreateTime = "CreateTime"; } }