43 lines
1.9 KiB
C#
43 lines
1.9 KiB
C#
|
|
//------------------------------------------------------------------------------
|
||
|
|
// <auto-generated>
|
||
|
|
// 此代码已从模板生成。
|
||
|
|
//
|
||
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
||
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
||
|
|
// </auto-generated>
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
namespace Cowain.Bake.Model
|
||
|
|
{
|
||
|
|
using System;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
public partial class TPalletInfo
|
||
|
|
{
|
||
|
|
public int Id { get; set; }
|
||
|
|
public int VirtualId { get; set; }
|
||
|
|
public string PalletCode { get; set; }
|
||
|
|
public int PalletStatus { get; set; }
|
||
|
|
public Nullable<int> BakingPosition { get; set; }
|
||
|
|
public Nullable<int> LoadingPosition { get; set; }
|
||
|
|
public Nullable<int> UnLoadingPosition { get; set; }
|
||
|
|
public int BatteryQty { get; set; }
|
||
|
|
public int BakingCount { get; set; }
|
||
|
|
public Nullable<System.DateTime> LoadingBegingTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> LoadingOverTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> InStoveTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> BakingBeginTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> BakingOverTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> OutStoveTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> UnLoadingBegingTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> UnLoadingOverTime { get; set; }
|
||
|
|
public string JobNum { get; set; }
|
||
|
|
public Nullable<System.DateTime> ScanTime { get; set; }
|
||
|
|
public Nullable<System.DateTime> CreateTime { get; set; }
|
||
|
|
public bool LastFlag { get; set; }
|
||
|
|
public string WaterValue { get; set; }
|
||
|
|
public Nullable<float> UnLoadingCoolTemp { get; set; }
|
||
|
|
public Nullable<int> TotalBakingCount { get; set; }
|
||
|
|
}
|
||
|
|
}
|