#region using System.Data; using CSFrameworkV5.Core.CodeGenerator; #endregion namespace CSFrameworkV5.Models { /*=================================================================== * 程序说明: 的ORM模型 * 作者资料: 孙中吕 * 创建日期: 2022/05/07 10:51:05 * 最后修改: 2022/05/07 10:51:05 * * 注: 本文件由代码生成器(Code Generator)自动生成。 * (此源码文件请放置在 YourProject.Models 模块) * 版权所有 Copyright 2006~2022, C/S框架网(www.cscode.net) *===================================================================*/ /// /// 数据表:PURDHA的ORM模型(ORM Model),由Code Generator自动生成。 /// [ORM_TableAttribute("PURDHA", "DHA001", false)] public class PURDHA { public static readonly string __TableName = "PURDHA"; public static readonly string __KeyName = "DHA001"; [ORM_FieldAttribute(DbType.String, 20, false, true, true, false, false)] public static readonly string DHA001 = "DHA001"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA002 = "DHA002"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA003 = "DHA003"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA004 = "DHA004"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA005 = "DHA005"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string DHA006 = "DHA006"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA007 = "DHA007"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string DHA008 = "DHA008"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA009 = "DHA009"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string DHA010 = "DHA010"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA011 = "DHA011"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA012 = "DHA012"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA013 = "DHA013"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA014 = "DHA014"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA015 = "DHA015"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string DHA016 = "DHA016"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static readonly string DHA017 = "DHA017"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA018 = "DHA018"; [ORM_FieldAttribute(DbType.String, 20, false, true, false, false, false)] public static readonly string DHA019 = "DHA019"; [ORM_FieldAttribute(DbType.String, 1, false, true, false, false, false)] public static readonly string AUDITING = "AUDITING"; [ORM_FieldAttribute(DbType.String, 30, false, true, false, false, false)] public static readonly string COMPANYID = "COMPANYID"; [ORM_FieldAttribute(DbType.String, 30, false, true, false, false, false)] public static readonly string CREATEHOST = "CREATEHOST"; [ORM_FieldAttribute(DbType.String, 14, false, true, false, false, false)] public static readonly string CREATETIME = "CREATETIME"; [ORM_FieldAttribute(DbType.String, 10, false, true, false, false, false)] public static readonly string CREATEUSER = "CREATEUSER"; [ORM_FieldAttribute(DbType.String, 30, false, true, false, false, false)] public static readonly string MODIFYHOST = "MODIFYHOST"; [ORM_FieldAttribute(DbType.String, 14, false, true, false, false, false)] public static readonly string MODIFYTIME = "MODIFYTIME"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string MODIFYUSER = "MODIFYUSER"; [ORM_FieldAttribute(DbType.String, 100, false, true, false, false, false)] public static readonly string DHA020 = "DHA020"; [ORM_FieldAttribute(DbType.String, 30, false, true, false, false, false)] public static readonly string ERPID = "ERPID"; [ORM_FieldAttribute(DbType.String, 50, false, true, false, false, false)] public static readonly string DHA021 = "DHA021"; } }