You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.7 KiB
63 lines
2.7 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码已从模板生成。
|
|
//
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Audit
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class TICKET_DETAIL
|
|
{
|
|
public string ID_NO { get; set; }
|
|
public Nullable<int> STEP_NO { get; set; }
|
|
public string PRODUCT_CODE { get; set; }
|
|
public string PRODUCT_TYPE { get; set; }
|
|
public Nullable<double> TARGET_WT { get; set; }
|
|
public Nullable<double> ACTUAL_WT { get; set; }
|
|
public string UNIT { get; set; }
|
|
public string COMP_DATE { get; set; }
|
|
public string COMP_TIME { get; set; }
|
|
public Nullable<int> TRANSFER_STATE { get; set; }
|
|
public string ERROR_CODE { get; set; }
|
|
public string MACHINE { get; set; }
|
|
public string TANK_NO { get; set; }
|
|
public string ID_TYPE { get; set; }
|
|
public string PRODUCT_LOT { get; set; }
|
|
public string RECIPE_CODE { get; set; }
|
|
public Nullable<double> LR { get; set; }
|
|
public string RECIPE_TYPE { get; set; }
|
|
public string CONC { get; set; }
|
|
public string CONCUNIT { get; set; }
|
|
public string REMARK { get; set; }
|
|
public string ADJUST { get; set; }
|
|
public Nullable<double> PRICE { get; set; }
|
|
public Nullable<double> RES_DOUBLE1 { get; set; }
|
|
public Nullable<double> RES_DOUBLE2 { get; set; }
|
|
public Nullable<double> RES_DOUBLE3 { get; set; }
|
|
public Nullable<double> RES_DOUBLE4 { get; set; }
|
|
public string RES_STRING1 { get; set; }
|
|
public string RES_STRING2 { get; set; }
|
|
public string RES_STRING3 { get; set; }
|
|
public string RES_STRING4 { get; set; }
|
|
public string REWEIGHT { get; set; }
|
|
public Nullable<int> Redye { get; set; }
|
|
public Nullable<System.DateTime> DyeWeightTime { get; set; }
|
|
public string UserAccount { get; set; }
|
|
public string Batch_NO { get; set; }
|
|
public Nullable<int> lldmxid { get; set; }
|
|
public string Station { get; set; }
|
|
public string UserCode { get; set; }
|
|
public Nullable<double> FABRIC_WEIGHT { get; set; }
|
|
public Nullable<double> VOLUME { get; set; }
|
|
public Nullable<short> RECORD_ORDER { get; set; }
|
|
public string Process { get; set; }
|
|
public double GRAVITY { get; set; }
|
|
public Nullable<double> CurrentStock { get; set; }
|
|
}
|
|
}
|
|
|