//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
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 BakingPosition { get; set; }
public Nullable LoadingPosition { get; set; }
public Nullable UnLoadingPosition { get; set; }
public int BatteryQty { get; set; }
public int BakingCount { get; set; }
public Nullable LoadingBegingTime { get; set; }
public Nullable LoadingOverTime { get; set; }
public Nullable InStoveTime { get; set; }
public Nullable BakingBeginTime { get; set; }
public Nullable BakingOverTime { get; set; }
public Nullable OutStoveTime { get; set; }
public Nullable UnLoadingBegingTime { get; set; }
public Nullable UnLoadingOverTime { get; set; }
public string JobNum { get; set; }
public Nullable ScanTime { get; set; }
public Nullable CreateTime { get; set; }
public bool LastFlag { get; set; }
public string WaterValue { get; set; }
public Nullable UnLoadingCoolTemp { get; set; }
public Nullable TotalBakingCount { get; set; }
}
}