刘磊
2025-06-25 2de09bec5cc05bf875543fa8956167ca7db73021
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
using AngleSharp.Text;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
 
namespace WIDESEA_Model.Models
{
    [SugarTable(nameof(Dt_CZInfo_mes), "MES车轴信息")]
 
    public class Dt_CZInfo_mes : BaseEntity
    {
        /// <summary>
        /// 主键
        /// </summary>
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int ID { get; set; }
 
       
 
        /// <summary>
        /// 车轴条码
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "车轴条码")]
        public string CZTM { get; set; }
 
        /// <summary>
        /// 维修任务
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "维修任务")]
        public string WXRW { get; set; }
 
 
        /// <summary>
        /// 车轴号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴号")]
        public string CZH { get; set; }
 
        /// <summary>
        /// 轮对条码
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "轮对条码")]
        public string LDTM { get; set; }
 
        /// <summary>
        /// 状态   1-创建  2-入库 3-输送线完成         (站台给信号后)   4-agv任务下发   5-agv取货完成  6-agv完成
        /// 直走(11-直走创建  12-直走中  13-直走完成 )
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "状态")]
        public string CurrentStatue { get; set; }
        /// <summary>
        /// 序列号
        /// </summary>
        //public string Wheels_SequenceNum { get; set; }
 
        /// <summary>
        /// 车型
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车型")]
        public string CHEXING { get; set; }
 
        /// <summary>
        /// 车轴型号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴型号")]
        public string CZXH { get; set; }
 
        /// <summary>
        /// 动拖类型
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "动拖类型")] 
        public string MTTYPE { get; set; }
 
        /// <summary>
        /// 左轮座直径A1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A1")] 
        public string ZLZA1 { get; set; }
 
        /// <summary>
        /// 左轮座直径A2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A2")] 
        public string ZLZA2 { get; set; }
 
        /// <左轮座直径A3>
        /// 轮对号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A3")]
        public string ZLZA3 { get; set; }
 
        /// <summary>
        /// 左轮座直径A
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A")]
        public string ZLZA { get; set; }
 
        /// <summary>
        /// 左轮座直径B1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B1")]
        public string ZLZB1 { get; set; }
 
        /// <summary>
        /// 左轮座直径B2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B2")]
        public string ZLZB2 { get; set; }
 
        /// <summary>
        /// 左轮座直径B3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B3")]
        public string ZLZB3 { get; set; }
 
        /// <summary>
        /// 左轮座直径B
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B")]
        public string ZLZB { get; set; }
 
        /// <summary>
        /// 左轮座直径C1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C1")]
        public string ZLZC1 { get; set; }
 
        /// <summary>
        /// 左轮座直径C2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C2")]
        public string ZLZC2 { get; set; }
 
        /// <summary>
        /// 左轮座直径C3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C3")]
        public string ZLZC3 { get; set; }
 
        /// <summary>
        /// 左轮座直径C
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C")]
        public string ZLZC { get; set; }
 
        /// <summary>
        /// 右轮座直径A1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A1")]
        public string YLZA1 { get; set; }
 
        /// <summary>
        /// 右轮座直径A2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A2")]
        public string YLZA2 { get; set; }
 
        /// <右轮座直径A3>
        /// 轮对号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A3")]
        public string YLZA3 { get; set; }
 
        /// <summary>
        /// 右轮座直径A
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A")]
        public string YLZA { get; set; }
 
        /// <summary>
        /// 右轮座直径B1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B1")]
        public string YLZB1 { get; set; }
 
        /// <summary>
        /// 右轮座直径B2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B2")]
        public string YLZB2 { get; set; }
 
        /// <summary>
        /// 右轮座直径B3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B3")]
        public string YLZB3 { get; set; }
 
        /// <summary>
        /// 右轮座直径B
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B")]
        public string YLZB { get; set; }
 
        /// <summary>
        /// 右轮座直径C1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C1")]
        public string YLZC1 { get; set; }
 
        /// <summary>
        /// 右轮座直径C2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C2")]
        public string YLZC2 { get; set; }
 
        /// <summary>
        /// 右轮座直径C3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C3")]
        public string YLZC3 { get; set; }
 
        /// <summary>
        /// 右轮座直径C
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C")]
        public string YLZC { get; set; }
 
        /// <summary>
        /// 左轮座直径
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径")]
        public string ZLZZJ { get; set; }
 
        /// <summary>
        /// 右轮座直径
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径")]
        public string YLZZJ { get; set; }
 
        /// <summary>
        /// 左轮座等级
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "左轮座等级")]
        public string ZLZDJ { get; set; }
 
        /// <summary>
        /// 右轮座等级
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "右轮座等级")]
        public string YLZDJ { get; set; }
 
        /// <summary>
        /// agv地址
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "agv目标地址")]
        public string AGVaddres { get; set; }
    }
}