using System;
|
using System.Collections.Generic;
|
using System.Text;
|
using System.Data;
|
using CSFrameworkV5.Core;
|
using CSFrameworkV5.Core.CodeGenerator;
|
namespace CSFrameworkV5.Models
|
{
|
|
|
/*===================================================================
|
* 程序说明: 的ORM模型
|
* 作者资料: 孙中吕
|
* 创建日期: 2024/07/19 02:36:20
|
* 最后修改: 2024/07/19 02:36:20
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* (此源码文件请放置在 YourProject.Models 模块)
|
* 版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
///<summary>
|
/// 数据表:yhj_womcaa的ORM模型(ORM Model),由Code Generator自动生成。
|
/// </summary>
|
[ORM_TableAttribute("yhj_womcaa", "id", true)]
|
public class yhj_womcaa
|
{
|
public static readonly string __TableName ="yhj_womcaa";
|
|
public static readonly string __KeyName = "id";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string caa001 = "caa001";
|
|
[ORM_FieldAttribute(DbType.Int32,4,false,true,true,false,false)]
|
public static readonly string id = "id";
|
|
[ORM_FieldAttribute(DbType.Int32,4,false,true,false,false,false)]
|
public static readonly string item_id = "item_id";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string item_unit = "item_unit";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string yj_kgtime = "yj_kgtime";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string yj_wgtime = "yj_wgtime";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string gd_num = "gd_num";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string caa015 = "caa015";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string erp_id = "erp_id";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string erp_line = "erp_line";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string ppbom = "ppbom";
|
|
[ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
|
public static readonly string cj = "cj";
|
|
[ORM_FieldAttribute(DbType.Int32,4,false,true,false,false,false)]
|
public static readonly string pid = "pid";
|
|
[ORM_FieldAttribute(DbType.Int32,4,false,true,false,false,false)]
|
public static readonly string YP_num = "YP_num";
|
|
}
|
}
|