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.
66 lines
2.9 KiB
66 lines
2.9 KiB
|
4 years ago
|
//------------------------------------------------------------------------------
|
||
|
|
// <auto-generated>
|
||
|
|
// 此代码已从模板生成。
|
||
|
|
//
|
||
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
||
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
||
|
|
// </auto-generated>
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
|
||
|
4 years ago
|
namespace Models
|
||
|
4 years ago
|
{
|
||
|
|
using System;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
public partial class DyelotHead
|
||
|
|
{
|
||
|
|
public string Dyelot { get; set; }
|
||
|
|
public int ReDye { get; set; }
|
||
|
|
public Nullable<System.DateTime> StartTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> EndTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> CreationTime { get; set; }
|
||
|
|
public string TotalVolume { get; set; }
|
||
|
|
public Nullable<int> DispenseTimes { get; set; }
|
||
|
|
public Nullable<int> CurrDispTime { get; set; }
|
||
|
|
public string CurrTotalVolume { get; set; }
|
||
|
|
public Nullable<int> State { get; set; }
|
||
|
|
public Nullable<short> Sequence { get; set; }
|
||
|
|
public Nullable<int> Color { get; set; }
|
||
|
|
public Nullable<double> PickUp { get; set; }
|
||
|
|
public Nullable<double> GramsYard { get; set; }
|
||
|
|
public Nullable<double> TotalLength { get; set; }
|
||
|
|
public Nullable<double> FabricWidth { get; set; }
|
||
|
|
public string UserAccount { get; set; }
|
||
|
|
public string RefTotalVolume { get; set; }
|
||
|
|
public string RestVolume { get; set; }
|
||
|
|
public string LFDefine { get; set; }
|
||
|
|
public string Machine { get; set; }
|
||
|
|
public Nullable<int> Blocked { get; set; }
|
||
|
|
public Nullable<int> Industry { get; set; }
|
||
|
|
public string Volume { get; set; }
|
||
|
|
public Nullable<double> StandardTime { get; set; }
|
||
|
|
public Nullable<int> LFArt { get; set; }
|
||
|
|
public string RemainVolume { get; set; }
|
||
|
|
public Nullable<double> FinalPickUp { get; set; }
|
||
|
|
public Nullable<int> LFWasher { get; set; }
|
||
|
|
public string ActualTotalVolume { get; set; }
|
||
|
|
public Nullable<double> ActualTotalLength { get; set; }
|
||
|
|
public Nullable<double> UsedPickup { get; set; }
|
||
|
|
public string RemainPadderVol { get; set; }
|
||
|
|
public Nullable<System.DateTime> ExecuteTime { get; set; }
|
||
|
|
public string RealAdd1 { get; set; }
|
||
|
|
public string RealAdd2 { get; set; }
|
||
|
|
public string RealAdd3 { get; set; }
|
||
|
|
public string RealAdd4 { get; set; }
|
||
|
|
public string RealAdd5 { get; set; }
|
||
|
|
public string PromptAdd1 { get; set; }
|
||
|
|
public string PromptAdd2 { get; set; }
|
||
|
|
public string PromptAdd3 { get; set; }
|
||
|
|
public string PromptAdd4 { get; set; }
|
||
|
|
public string PromptAdd5 { get; set; }
|
||
|
|
public Nullable<int> StartButton { get; set; }
|
||
|
|
public Nullable<int> EndButton { get; set; }
|
||
|
|
public string MergerVol { get; set; }
|
||
|
|
}
|
||
|
|
}
|