ke_junjie
2025-06-04 84620534eb627e95811b971a4b552b6a177829bf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码已从模板生成。
//
//     手动更改此文件可能导致应用程序出现意外的行为。
//     如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace iWareSql.DbOrm
{
    using System;
    using System.Collections.Generic;
    
    public partial class ware_task_sub
    {
        public long Id { get; set; }
        public string OrderNo { get; set; }
        public Nullable<int> WCSTaskId { get; set; }
        public Nullable<long> TaskId { get; set; }
        public string TaskNo { get; set; }
        public Nullable<int> TaskSequence { get; set; }
        public string TaskDescribe { get; set; }
        public Nullable<int> TaskState { get; set; }
        public string DeviceType { get; set; }
        public Nullable<int> DeviceId { get; set; }
        public string ContainerCode { get; set; }
        public Nullable<int> TaskType { get; set; }
        public string SourcePlace { get; set; }
        public Nullable<int> FromLane { get; set; }
        public Nullable<int> FromLayer { get; set; }
        public Nullable<int> FromRow { get; set; }
        public Nullable<int> FromCol { get; set; }
        public string ToPlace { 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<long> UpdatedUserId { get; set; }
        public string UpdatedUserName { get; set; }
        public Nullable<System.DateTimeOffset> UpdatedTime { get; set; }
        public Nullable<long> CreatedUserId { get; set; }
        public string CreatedUserName { get; set; }
        public Nullable<System.DateTimeOffset> CreatedTime { get; set; }
        public bool IsDeleted { get; set; }
        public string OperationRemark { get; set; }
        public Nullable<int> ContainerType { get; set; }
        public string AgvTaskCode { get; set; }
        public string AgvCode { get; set; }
    }
}