//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码已从模板生成。
|
//
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace iWareSql.DbOrm
|
{
|
using System;
|
using System.Collections.Generic;
|
|
public partial class ware_task_sub_bak
|
{
|
public long Id { get; set; }
|
public string OrderNo { get; set; }
|
public long TaskId { get; set; }
|
public string TaskNo { get; set; }
|
public int TaskSequence { get; set; }
|
public int TaskState { get; set; }
|
public string TaskDescribe { get; set; }
|
public string DeviceType { get; set; }
|
public int DeviceId { get; set; }
|
public string ContainerCode { get; set; }
|
public Nullable<int> FromLane { get; set; }
|
public Nullable<int> FromLayer { get; set; }
|
public Nullable<int> FromCol { get; set; }
|
public Nullable<int> FromRow { get; set; }
|
public Nullable<int> ToLane { get; set; }
|
public Nullable<int> ToLayer { get; set; }
|
public Nullable<int> ToCol { get; set; }
|
public Nullable<int> ToRow { get; set; }
|
public Nullable<System.DateTimeOffset> FinishedTime { get; set; }
|
public Nullable<int> ContainerType { get; set; }
|
public Nullable<System.DateTimeOffset> CreatedTime { get; set; }
|
public Nullable<System.DateTimeOffset> UpdatedTime { get; set; }
|
public Nullable<long> CreatedUserId { get; set; }
|
public string CreatedUserName { get; set; }
|
public Nullable<long> UpdatedUserId { get; set; }
|
public string UpdatedUserName { get; set; }
|
public bool IsDeleted { get; set; }
|
public string SourcePlace { get; set; }
|
public string ToPlace { get; set; }
|
}
|
}
|