Files
6098/Cowain.Bake.Model/TCavityInfo.cs

35 lines
1.2 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Cowain.Bake.Model
{
using System;
using System.Collections.Generic;
public partial class TCavityInfo
{
public int Id { get; set; }
public byte StationId { get; set; }
public string Name { get; set; }
public bool IsLoad { get; set; }
public int PalletId { get; set; }
public bool Lock { get; set; }
public Nullable<sbyte> Status { get; set; }
public sbyte Layer { get; set; }
public sbyte Column { get; set; }
public sbyte StationNumber { get; set; }
public sbyte StationX { get; set; }
public sbyte StationY { get; set; }
public bool IsOpen { get; set; }
public bool Enable { get; set; }
public string Remark { get; set; }
public sbyte LayerType { get; set; }
}
}