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.

84 lines
3.8 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Audit
{
using System;
using System.Collections.Generic;
public partial class Dyelots
{
public int ID { get; set; }
public string Dyelot { get; set; }
public int ReDye { get; set; }
public Nullable<int> Industry { get; set; }
public string Machine { get; set; }
public string DispenseMachine { get; set; }
public Nullable<System.DateTime> StartTime { get; set; }
public Nullable<System.DateTime> EndTime { get; set; }
public Nullable<double> StandardTime { get; set; }
public Nullable<int> TotalShot { get; set; }
public Nullable<short> State { get; set; }
public Nullable<short> Blocked { get; set; }
public string Program { get; set; }
public Nullable<int> Color { get; set; }
public Nullable<System.DateTime> CreationTime { get; set; }
public string Batch { get; set; }
public string OrderNo { get; set; }
public Nullable<double> TotalWeight { get; set; }
public string LiquidRatio { get; set; }
public string TotalVolume { get; set; }
public Nullable<int> AcidQty { get; set; }
public Nullable<int> ActualAcidQty { get; set; }
public Nullable<int> Sequence { get; set; }
public Nullable<int> DispenseMode { get; set; }
public Nullable<int> DyeDissolve { get; set; }
public Nullable<int> CheDissolve { get; set; }
public Nullable<int> TotalBuckets { get; set; }
public Nullable<int> SpcTotalBuckets { get; set; }
public Nullable<int> DissolveMethod { get; set; }
public string ReferenceDyelot { get; set; }
public Nullable<int> Final { get; set; }
public Nullable<int> Shade { get; set; }
public string UserAccount { get; set; }
public string FabricName { get; set; }
public string ColorName { get; set; }
public string CustomerName { get; set; }
public string CUSTOMER_CODE { get; set; }
public string FABRIC_CODE { get; set; }
public Nullable<double> GRAMS_YARD { get; set; }
public Nullable<int> NeedDissolving { get; set; }
public Nullable<System.DateTime> EarliestStartTime { get; set; }
public Nullable<short> Committed { get; set; }
public string Parameters { get; set; }
public string Notes { get; set; }
public Nullable<short> SummarizeResult { get; set; }
public string ProgramsUsed { get; set; }
public string ColorNo { get; set; }
public Nullable<System.DateTime> ModifyDT { get; set; }
public Nullable<System.DateTime> CreateDT { get; set; }
public Nullable<int> Yard { get; set; }
public string SheetNo { get; set; }
public Nullable<double> AlarmTime { get; set; }
public string ExRead { get; set; }
public string FactoryTicketNo { get; set; }
public string DyeingBatch { get; set; }
public string EOCAlarms { get; set; }
public Nullable<double> RunTime { get; set; }
public Nullable<double> ProcessTime { get; set; }
public Nullable<double> NormalTime { get; set; }
public Nullable<double> SleepTime { get; set; }
public Nullable<double> DelayTime { get; set; }
public string EOCDelays { get; set; }
public Nullable<short> DyelotStartShift { get; set; }
public Nullable<short> DyelotEndShift { get; set; }
public short DyeDissolving { get; set; }
}
}