bklLiudl
2024-07-23 277bbae216debe7e6c04e8cc6ee6e1ba9763e14b
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
using System;
 
namespace Model
{
    public class Store
    {
        public string Addre { get; set; }
        public string Palno { get; set; }
 
        public string ALock { get; set; }
        public string guid { get; set; }
        public string Demo { get; set; }
        public string Demo1 { get; set; }
        public string Demo2 { get; set; }
        public string Demo3 { get; set; }
 
        public String CreateUser { get; set; }//生成时间
        public DateTime CreateTime { get; set; }//生成时间
    }
 
    public class StorePalno : Store
    {
        //{"MatNo":"60000010","MatName":"数字量输入 32DI","PackFormat":"6ES7321-1BL00-0AA0","Demo1":"西门子","PlanQuant":"9","UnitFrist":"台","Palno":"80000010","Addre":"PK010101","LQuant":"8.000","PurchaseNo":"BDNO190612001","ItemNo":"988","ItemName":"中美华东","Demo":{}}
        //{"MatNo":"60000006","MatName":"导轨,480 mm","PackFormat":"6ES7390-1AE80-0AA0","Demo_21":"西门子","PlanQuant":"1","Unit":"个","Palno":"80000010","Addre":"PK010101","LQuant":"2.000","PurchaseNo":"BDNO190612001","ItemNo":"988","ItemName":"中美华东","Demo":{}}
        public string OrdNo { get; set; }
        public string Addre { get; set; }
        public string MatNo { get; set; }
        public string MatName { get; set; }
        public string PackFormat { get; set; }
        public string Demo_21 { get; set; }
        public string UnitSec { get; set; }
        public string Unit { get; set; }
        public string Batch { get; set; }
        public string Quality { get; set; }
        public string Quant { get; set; }
        public string CurQuant { get; set; }
        public string LQuant { get; set; }
 
        public string PlanQuant { get; set; }
        public string Ling_No { get; set; }
        public string Tu_No { get; set; }
        public string Ye_No { get; set; }
        public string PurchaseNo { get; set; }
        public string Certificate { get; set; }
        public string ItemNo { get; set; }
 
        public string Lever { get; set; }
    }
 
    public class StoreNullPalno 
    {
        public string Addre { get; set; }
        public string Palno { get; set; }
        public string Quant { get; set; }
 
        public string ALock { get; set; } //封存/解封
        public DateTime CreateTime { get; set; }//生成时间
 
        public string guid { get; set; }
        public string Demo { get; set; }
        public string Demo1 { get; set; }
        public string Demo2 { get; set; }
        public string Demo3 { get; set; }
    }
 
 
    public class AjaxStoreList : Store
    {
        public int pageIndex { get; set; }
        public int pageSize { get; set; }
        public DateTime BeCreateTime { get; set; }
        public DateTime EnCreateTime { get; set; }
    }
 
    public class AjaxBasicList : StorePalno
    {
        public int pageIndex { get; set; }
        public int pageSize { get; set; }
        public string AreaNo { get; set; }
        public string AddreNo { get; set; }
        public string ItemName { get; set; }
        public DateTime BeCreateTime { get; set; }
        public DateTime EnCreateTime { get; set; }
    }
 
    public class AjaxNullPalnoList : StoreNullPalno
    {
        public int pageIndex { get; set; }
        public int pageSize { get; set; }
        public DateTime BeCreateTime { get; set; }
        public DateTime EnCreateTime { get; set; }
    }
 
    public class AjaxStoreInfo : Store
    {
        public string Operation { get;set; }
        public string List { get; set; }
        public string SetLever { get; set; }
        public string hegezheng { get; set; }
    }
 
    public class AjaxStoreDetail 
    {
        public string MatNo { get; set; }
        public string MatName { get; set; }
        public string Ling_No { get; set; }
        public string ALock { get; set; }
        public string Quant { get; set; }
        public string Addre { get; set; }
        public string Palno { get; set; }
        public string UnitName { get; set; }
        public string Demo { get; set; }
    }
 
    public class Storek
    {
        public string Guid { get; set; }
        public string Palno { get; set; }
        public int Quant { get; set; }
        public string LocationCode { get; set; }
    }
 
    public class Storekxx
    {
        public string Guid { get; set; }
        public string Palno { get; set; }
        public string CurQuant { get; set; }
        public int Quant { get; set; }
        public string LocationCode { get; set; }
    }
}