//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace Models
{
using System;
using System.Collections.Generic;
public partial class TICKET_DETAIL
{
public string ID_NO { get; set; }
public Nullable STEP_NO { get; set; }
public string PRODUCT_CODE { get; set; }
public string PRODUCT_TYPE { get; set; }
public Nullable TARGET_WT { get; set; }
public Nullable ACTUAL_WT { get; set; }
public string UNIT { get; set; }
public string COMP_DATE { get; set; }
public string COMP_TIME { get; set; }
public Nullable 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 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 PRICE { get; set; }
public Nullable RES_DOUBLE1 { get; set; }
public Nullable RES_DOUBLE2 { get; set; }
public Nullable RES_DOUBLE3 { get; set; }
public Nullable 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 Redye { get; set; }
public Nullable DyeWeightTime { get; set; }
public string UserAccount { get; set; }
public string Batch_NO { get; set; }
public Nullable lldmxid { get; set; }
public string Station { get; set; }
public string UserCode { get; set; }
public Nullable FABRIC_WEIGHT { get; set; }
public Nullable VOLUME { get; set; }
public Nullable RECORD_ORDER { get; set; }
public string Process { get; set; }
public double GRAVITY { get; set; }
public Nullable CurrentStock { get; set; }
}
}