|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// 此代码已从模板生成。
|
|
|
|
|
//
|
|
|
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
|
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace Models
|
|
|
|
|
{
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
public partial class DyelotsBulkedRecipe
|
|
|
|
|
{
|
|
|
|
|
public int ID { get; set; }
|
|
|
|
|
public string Dyelot { get; set; }
|
|
|
|
|
public int ReDye { get; set; }
|
|
|
|
|
public Nullable<int> StepNumber { get; set; }
|
|
|
|
|
public string Station { get; set; }
|
|
|
|
|
public Nullable<int> DevideNo { get; set; }
|
|
|
|
|
public Nullable<int> ShotNo { get; set; }
|
|
|
|
|
public string ProductCode { get; set; }
|
|
|
|
|
public string ProductName { get; set; }
|
|
|
|
|
public Nullable<int> ProductType { get; set; }
|
|
|
|
|
public string ProductLot { get; set; }
|
|
|
|
|
public Nullable<int> ProductClass { get; set; }
|
|
|
|
|
public Nullable<int> SN { get; set; }
|
|
|
|
|
public string Amount { get; set; }
|
|
|
|
|
public Nullable<double> Grams { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> Created { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> DispenseStartTime { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> DispenseEndTime { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> DispenseTime { get; set; }
|
|
|
|
|
public Nullable<double> DispenseGrams { get; set; }
|
|
|
|
|
public Nullable<int> DispenseResult { get; set; }
|
|
|
|
|
public Nullable<int> LADispenseResult { get; set; }
|
|
|
|
|
public string Volume { get; set; }
|
|
|
|
|
public Nullable<int> HostRead { get; set; }
|
|
|
|
|
public string State { get; set; }
|
|
|
|
|
public Nullable<int> NeedDispense { get; set; }
|
|
|
|
|
public Nullable<int> MixTankNo { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> DyeWeightTime { get; set; }
|
|
|
|
|
public string Process { get; set; }
|
|
|
|
|
public string FinalProcess { get; set; }
|
|
|
|
|
public string Dispenser { get; set; }
|
|
|
|
|
public Nullable<int> TankNo { get; set; }
|
|
|
|
|
public Nullable<int> Error { get; set; }
|
|
|
|
|
public Nullable<int> BucketNo { get; set; }
|
|
|
|
|
public string DID { get; set; }
|
|
|
|
|
public Nullable<int> StepDevideNo { get; set; }
|
|
|
|
|
public Nullable<int> StepTotalBuckets { get; set; }
|
|
|
|
|
public string ReferenceDyelot { get; set; }
|
|
|
|
|
public Nullable<int> DispenseWater { get; set; }
|
|
|
|
|
public Nullable<int> DrainWater { get; set; }
|
|
|
|
|
public Nullable<int> DissolveTemperature { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> SchDispenseTime { get; set; }
|
|
|
|
|
public string UserAccount { get; set; }
|
|
|
|
|
public Nullable<double> TargetGrams { get; set; }
|
|
|
|
|
public Nullable<double> ActualGrams { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> FinishTime { get; set; }
|
|
|
|
|
public string Tagged { get; set; }
|
|
|
|
|
public Nullable<int> TotalBuckets { get; set; }
|
|
|
|
|
public Nullable<int> Final { get; set; }
|
|
|
|
|
public Nullable<int> DissolveManual { get; set; }
|
|
|
|
|
public Nullable<double> Concentration { get; set; }
|
|
|
|
|
public Nullable<int> DeductTotalBuckets { get; set; }
|
|
|
|
|
public Nullable<int> DeductBuckets { get; set; }
|
|
|
|
|
public Nullable<int> Flow { get; set; }
|
|
|
|
|
public Nullable<System.DateTime> CallTime { get; set; }
|
|
|
|
|
public Nullable<double> BreakGrams { get; set; }
|
|
|
|
|
public Nullable<int> RecoveryAction { get; set; }
|
|
|
|
|
public Nullable<int> SmallDye { get; set; }
|
|
|
|
|
public string PrepareTank { get; set; }
|
|
|
|
|
public Nullable<int> DeductBox { get; set; }
|
|
|
|
|
public Nullable<int> Shade { get; set; }
|
|
|
|
|
public string stuffid { get; set; }
|
|
|
|
|
public string tfname { get; set; }
|
|
|
|
|
public string tftips { get; set; }
|
|
|
|
|
public string program { get; set; }
|
|
|
|
|
public Nullable<decimal> dosage { get; set; }
|
|
|
|
|
public string groupid { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|