schangxiang@126.com
2025-11-04 f5ed29dc26c7cd952d56ec5721a2efc43cd25992
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
using DataEntity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace XImagingXhandler.XDAL
{
    /// <summary>
    /// ºÄ²ÄʵÌåÀà
    /// </summary>
    public class Labware : IEntity
    {
        /// <summary>
        /// ºÄ²ÄId
        /// </summary>
        public string labware_id { get; set; } = "";
        /// <summary>
        /// ºÄ²ÄÃû³Æ
        /// </summary>
        public string labware_name { get; set; }
 
        /// <summary>
        /// ºÄ²ÄÔÚÌ¨ÃæÉϵÄÃû³Æ
        /// </summary>
        public string labware_sname { get; set; }
 
        /// <summary>
        /// ºÄ²ÄµÄbarcode
        /// </summary>
        public string labware_barcode { get; set; } = "";
        /// <summary>
        /// ÖÆÔìÉÌ
        /// </summary>
        public string brand { get; set; }
        /// <summary>
        /// »õÎï±àºÅ
        /// </summary>
        public string number { get; set; }
        /// <summary>
        /// ºÄ²ÄÀàÐÍ£¬1:°å²Ä£»2£ºÎüÍ·ºÐ£»3.ÊÔ¼Á²Û£»4.¹Ü¼ÜºÐ
        /// </summary>
        public string labware_type { get; set; }
 
 
        /// <summary>
        /// ºÄ²ÄÀàÐÍId: 1:¿×°å, 2:ǹͷ, 3:ÊÔ¼Á²Û, 4:¹Ü¼Ü, 5:Ô²ÐÎÃó,  6:ÎüÍ·ºÐ,  7:¸Ç×Ó,  8:Ô²ÐÎÃó¸Ç×Ó (ConsumableType)
        /// </summary>
        public string labware_type_id { get; set; }
 
 
        /// <summary>
        /// ¿×ÊýÁ¿ÀàÐÍId
        /// </summary>
        public string labware_well_id { get; set; } = "0";
        /// <summary>
        /// ºÄ²Ä˵Ã÷±¸×¢
        /// </summary>
        public string content { get; set; } = "";
        /// <summary>
        /// Î÷±±ÊÇ·ñȱ½Ç£¬1:ȱ½Ç£»0£º²»È±½Ç
        /// </summary>
        public int? nw { get; set; } = 0;
        /// <summary>
        /// Î÷ÄÏÊÇ·ñȱ½Ç£¬1:ȱ½Ç£»0£º²»È±½Ç
        /// </summary>
        public int? sw { get; set; } = 0;
        /// <summary>
        /// ¶«±±ÊÇ·ñȱ½Ç£¬1:ȱ½Ç£»0£º²»È±½Ç
        /// </summary>
        public int? ne { get; set; } = 0;
        /// <summary>
        /// ¶«ÄÏÊÇ·ñȱ½Ç£¬1:ȱ½Ç£»0£º²»È±½Ç
        /// </summary>
        public int? se { get; set; } = 0;
        /// <summary>
        /// ºÄ²Ä×ÜÐÐÊý
        /// </summary>
        public int? number_row { get; set; } = 0;
        /// <summary>
        /// ºÄ²Ä×ÜÁÐÊý
        /// </summary>
        public int? number_column { get; set; } = 0;
        /// <summary>
        /// ºÄ²Ä³¤±ßµÄ³¤¶È£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? labware_length { get; set; } = 0;
        /// <summary>
        /// ºÄ²Ä¶Ì±ßµÄ³¤¶È£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? labware_width { get; set; } = 0;
        /// <summary>
        /// ºÄ²ÄµÄ¸ß¶È£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? labware_height { get; set; } = 0;
        /// <summary>
        /// A1¿×ÖÐÐľà¶Ì±ßµÄ¾àÀ룬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? a1_distance_x { get; set; } = 0;
        /// <summary>
        /// A1¿×ÖÐÐľ೤±ßµÄ¾àÀ룬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? a1_distance_y { get; set; } = 0;
        /// <summary>
        /// ×óÓÒÏàÁÚÁ½¿×Ö®¼äµÄ¾àÀ룬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? a1_a2_distance { get; set; } = 0;
        /// <summary>
        /// ÉÏÏÂÏàÁÚÁ½¿×Ö®¼äµÄ¾àÀ룬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? a1_b1_distance { get; set; } = 0;
        /// <summary>
        /// ¿××î´óÌå»ý£¬µ¥Î»£ºÎ¢Éý£¨¦Ìl£©
        /// </summary>
        public double? well_maximum_volume { get; set; } = 0;
        /// <summary>
        /// ¿×¿ÉÓÃÌå»ý£¬µ¥Î»£ºÎ¢Éý£¨¦Ìl£©
        /// </summary>
        public double? well_available_volume { get; set; } = 0;
        /// <summary>
        /// Ã¿¿×»ìºÏµÄµãλÐÅÏ¢Êý¾Ý¼¯ºÏ£¬·ÖºÅ·Ö¸î£»Èç90,1;0,1
        /// </summary>
        public string well_mix_points { get; set; } = "";
        /// <summary>
        /// ¿×Éî¶È£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? well_depth { get; set; } = 0;
        /// <summary>
        /// ¿×¶´ÐÎ×´£¬1:Ô²ÖùÌ壻2£ºÁ¢·½Ìå
        /// </summary>
        public int? well_shape { get; set; } = 0;
        /// <summary>
        /// µ±ÐÎ״ΪԲÖùÌåʱ£¬¿×¿ÚÓа뾶ֵ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_mouth_radius { get; set; } = 0;
        /// <summary>
        /// µ±ÐÎ״ΪԲÖùÌåʱ£¬¿×±Ûµ×²¿¿ÚÓа뾶ֵ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_bottom_randius { get; set; } = 0;
        /// <summary>
        /// ¿×±Ú¸ß¶È£¬µ±ÐÎ״ΪԲÖùÌåʱ£¬¿×±ÛµÄ¸ß¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_height { get; set; } = 0;
        /// <summary>
        /// ¿×¶¥²¿ÉÏÃæºáÏò¿í¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_top_x { get; set; } = 0;
        /// <summary>
        /// ¿×¶¥²¿ÉÏÃæ×ÝÏò¿í¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_top_y { get; set; } = 0;
        /// <summary>
        /// ¿×¶¥²¿ÏÂÃæºáÏò¿í¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_down_x { get; set; } = 0;
        /// <summary>
        /// ¿×¶¥²¿ÏÂÃæ×ÝÏò¿í¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_down_y { get; set; } = 0;
        /// <summary>
        /// ¿×µ×²¿ÐÎ×´£¬1.×¶ÐΣ»2.Ô²ÐΣ»3£ºÆ½µ×
        /// </summary>
        public int? well_bottom_shape { get; set; } = 0;
        /// <summary>
        /// µ±¿×µ×²¿ÐÎ״Ϊ׶ÐΣ¬Ô²ÐÎʱ£¬µ×²¿Óи߶ÈÖµÎÞ¿í¶È³¤¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_bottom_height { get; set; } = 0;
        /// <summary>
        /// µ±¿×µ×²¿ÐÎ״Ϊƽµ×ʱ£¬µ×²¿Óи߶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_bottom_width { get; set; } = 0;
        /// <summary>
        /// µ±¿×µ×²¿ÐÎ״Ϊƽµ×ʱ£¬µ×²¿Óпí¶ÈÖµ£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? well_bottom_length { get; set; } = 0;
        /// <summary>
        /// ÊÇ·ñ¿ÉÒÆ¶¯£¬1:¿ÉÒÆ¶¯£»0£º²»¿ÉÒÆ¶¯
        /// </summary>
        public int? is_moved { get; set; } = 0;
        /// <summary>
        /// ×¥ÊÖxÖá×ø±êÆ«ÒÆÖµ,µ¥Î»ºÁÃ×
        /// </summary>
        public double? gripper_x_offset { get; set; } = 0;
        /// <summary>
        /// ×¥ÊÖyÖá×ø±êÆ«ÒÆÖµ,µ¥Î»ºÁÃ×
        /// </summary>
        public double? gripper_y_offset { get; set; } = 0;
        /// <summary>
        /// ×¥ÊÖzÖá×ø±êÆ«ÒÆÖµ,µ¥Î»ºÁÃ×
        /// </summary>
        public double? gripper_z_offset { get; set; } = 0;
        /// <summary>
        /// ×¥ÊÖÏòÄڼнôµÄ¾àÀ룬µ¥Î»ºÁÃ×
        /// </summary>
        public double? gripper_squeeze { get; set; } = 0;
 
        /// <summary>
        /// ×¥ÊÖÏòÄڼнôµÄÁ¦°Ù·Ö±È
        /// </summary>           
        public double gripper_power { get; set; } = 0;
        /// <summary>
        /// ×¥ÊÖÏòÍâÕÅ¿ªµÄ¾àÀ룬µ¥Î»ºÁÃ×
        /// </summary>
        public double? gripper_spread { get; set; } = 0;
        /// <summary>
        /// ×¥°åµÄËÙ¶È£¬µ¥Î»°Ù·Ö±È
        /// </summary>
        public double? gripper_speed { get; set; } = 100;
        /// <summary>
        /// ×¥ÊÖÐýתµÄ½Ç¶È,µ¥Î»¶È
        /// </summary>
        public double? gripper_rotational { get; set; } = 0;
        /// <summary>
        /// ÊÇ·ñÓиÇ×Ó£¬1:ÓиÇ×Ó£»0£ºÎÞ¸Ç×Ó
        /// </summary>
        public int? is_with_lid { get; set; } = 0;
        /// <summary>
        /// ¸Ç×ӵĺñ¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? with_lid_height { get; set; } = 0;
        /// <summary>
        /// ¼Ó¸Çºóµþ·ÅµÄ¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? with_lid_pile_height { get; set; } = 0;
        /// <summary>
        /// È¡¸Ç£¬¸ÕºÃÀ뿪ʱµÄ×ܸ߶ȣ¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? total_without_lid_height { get; set; } = 0;
        /// <summary>
        /// ·ÅÖøÇ×ÓʱµÄ×ܸ߶ȣ¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? total_with_lid_height { get; set; } = 0;
        /// <summary>
        /// ×¥ÊÖÆ«ÒÆÁ¿,µ¥Î»ºÁÃ×
        /// </summary>
        public double? gripper_lid_offset { get; set; } = 0;
        /// <summary>
        /// µþ·ÅËÙ¶È,µ¥Î»°Ù·Ö±È
        /// </summary>           
        public double? piled_speed { get; set; } = 0;
        /// <summary>
        /// ÊÇ·ñ¿Éµþ·Å£¬1:¿ÉÒÔµþ·Å£»0£º²»¿Éµþ·Å
        /// </summary>
        public int? is_piling { get; set; } = 0;
        /// <summary>
        /// ÊÇ·ñÄܱ»ÆäËûµþ·ÅÆäÉÏ£¬1:Äܱ»µþ·Å£»0£º²»Äܱ»µþ·Å
        /// </summary>
        public int? is_piled { get; set; } = 0;
        /// <summary>
        /// ±»ÆäËûµþ·ÅµÄÆäÉÏµÄºÄ²ÄÆ«ÒÆ×ø±ê£¬ÓÃjsonÊý×é±íʾ£¬È磺{list:[{labwereid:111,x:10,y:10,z:10},{labwereid:112,x:10,y:10,z:10}]}
        /// </summary>
        public string piled_script { get; set; } = "";
        /// <summary>
        /// ÊÇ·ñÄܵþ·Åµ½ÆäËûÉÏ£¬1£ºÄÜ£»0£º·ñ
        /// </summary>
        public int is_pilingon { get; set; } = 0;
        /// <summary>
        /// ±»µþ·Åµ½µÄÆäËûºÄ²ÄÉÏÊ±Æ«ÒÆ×ø±ê£¬ÓÃjsonÊý×é±íʾ£¬È磺{list:[{labwereid:111},{labwereid:112}]}
        /// </summary>
        public string pilingon_script { get; set; } = "";
        /// <summary>
        /// µþ·ÅºóµÄƫת¾àÀëx
        /// </summary>
        public double piled_x { get; set; } = 0;
 
        /// <summary>
        /// µþ·ÅºóµÄƫת¾àÀëy
        /// </summary>
        public double piled_y { get; set; } = 0;
        /// <summary>
        /// µþ·ÅµÄºóµÄµ¥²ã¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? piled_height { get; set; } = 0;
        /// <summary>
        /// ÊÇ·ñ¿ÉÃܷ⣬1:¿ÉÒÔÃܷ⣻0£º²»¿ÉÃÜ·â
        /// </summary>
        public int? is_seal { get; set; } = 0;
        /// <summary>
        /// ÃÜ·âºóµÄ¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? sealed_height { get; set; } = 0;
        /// <summary>
        /// ÃÜ·â²¢µþ·ÅµÄµ¥²ã¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double? sealed_piled_height { get; set; } = 0;
        /// <summary>
        /// Ç¹Í·Ãû³Æ
        /// </summary>
        public string tip_name { get; set; } = "";
        /// <summary>
        /// Ç¹Í·×î´óÈÝÁ¿£¬µ¥Î»£ºÎ¢Éý£¨¦Ìl£©
        /// </summary>
        public double? tip_volume_max { get; set; } = 0;
        /// <summary>
        /// Ç¹Í·¿ÉÓÃ×î´óÌå»ýÁ¿£¬µ¥Î»£ºÎ¢Éý£¨¦Ìl£©
        /// </summary>
        public double? tip_use_volume_max { get; set; } = 0;
        /// <summary>
        /// Ç¹Í·¿ÕÆøÈÝ»ý£¨ul)
        /// </summary>
        public double tip_air_volume { get; set; } = 0;
        /// <summary>
        /// Ç¹Í·×ܳ¤¶ÈÖµ,µ¥Î»ºÁÃ×
        /// </summary>
        public double? tip_length { get; set; } = 0;
        /// <summary>
        /// Ç¹Í·Í·²¿¸ß¶ÈÖµ,µ¥Î»ºÁÃ×
        /// </summary>
        public double? tip_header_height { get; set; } = 0;
        /// <summary>
        /// Ô²×¶µÄ¸ß¶ÈÖµ,µ¥Î»ºÁÃ×
        /// </summary>
        public double? tip_cone_height { get; set; } = 0;
        /// <summary>
        /// Ô²×¶²¿·Ö×î´ó°ë¾¶£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? tip_cone_radius_max { get; set; } = 0;
        /// <summary>
        /// Ô²×¶²¿·Ö×îС°ë¾¶£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? tip_cone_radius_min { get; set; } = 0;
 
        /// <summary>
        /// ÏÂѹʱµÄÁ¦¾Ø°Ù·Ö±È£¬ÓÃÓÚÉϺ£
        /// </summary>
        public double press_tip_power { get; set; } = 0;
 
        /// <summary>
        /// ÔúǹͷÏÂѹÉî¶È£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double? press_tip_depth { get; set; } = 0;
        /// <summary>
        /// ÔúǹͷÔúÈëµÄʵ¼ÊÉî¶È£¬µ¥Î»£ººÁÃ×
        /// </summary>
        public double press_tipinto_depth { get; set; } = 0;
        /// <summary>
        /// ÍËǹͷ´ÎÊý
        /// </summary>
        public int? quit_tip { get; set; } = 1;
        /// <summary>
        /// ÊÇ·ñ´ø¹ýÂËÂËо
        /// </summary>
        public int? is_filter { get; set; } = 0;
        /// <summary>
        /// ÊÇ·ñ´øµ¼µçÐÔ
        /// </summary>
        public int? is_lls { get; set; } = 0;
        /// <summary>
        /// ¿É·ÅÖõÄǹͷId
        /// </summary>
        public string tip_loaded_type { get; set; } = "";
        /// <summary>
        /// Êý¾ÝÌõĿ״̬£º1£º¿ÉÓã»0£ºÉ¾³ý
        /// </summary>
        public int? labware_status { get; set; } = 1;
        /// <summary>
        /// Í¼±êÃû³Æ,¹Ì¶¨Â·¾¶ÏµÄͼƬÎļþÃû³Æ£¬´øºó׺
        /// </summary>
        public string labware_picture { get; set; } = "";
 
        #region ºÄ²Äͼ±ê×ó²àÃæÑÕÉ«
        /// <summary>
        /// ºÄ²Äͼ±ê×ó²àÃæÑÕÉ«£¬²Ù×÷ϵͳ¹Ì¶¨ÑÕÉ«Ãû³ÆÎı¾
        /// </summary>
        private string _labware_color_lside = "144,238,144";        // LightGreen
        public string labware_color_lside
        {
            get { return _labware_color_lside; }
            set
            {
                _labware_color_lside = value;
                OnPropertyChanged(nameof(labware_color_lside));
            }
        }
        #endregion
 
        #region ºÄ²Äͼ±êÇ°Ð±ÃæÑÕÉ«
        /// <summary>
        /// ºÄ²Äͼ±êÇ°Ð±ÃæÑÕÉ«£¬²Ù×÷ϵͳ¹Ì¶¨ÑÕÉ«Ãû³ÆÎı¾
        /// </summary>
        private string _labware_color_front = "144,238,144";        // LightGreen
        public string labware_color_front
        {
            get { return _labware_color_front; }
            set
            {
                _labware_color_front = value;
                OnPropertyChanged(nameof(labware_color_front));
            }
        }
        #endregion
 
        #region ºÄ²Äͼ±êÕýÉÏÃæÑÕÉ«
        /// <summary>
        /// ºÄ²Äͼ±êÕýÉÏÃæÑÕÉ«£¬²Ù×÷ϵͳ¹Ì¶¨ÑÕÉ«Ãû³ÆÎı¾, (ÓÃÓÚ±£´æÔ²ÐÎÃóµÄÑÕÉ«)
        /// </summary>
        private string _labware_color_top = "144,238,144";        // LightGreen
        public string labware_color_top
        {
            get { return _labware_color_top; }
            set
            {
                _labware_color_top = value;
                OnPropertyChanged(nameof(labware_color_top));
            }
        }
        #endregion
 
        #region ºÄ²Äͼ±ê¿×λÑÕÉ«
        /// <summary>
        /// ºÄ²Äͼ±ê¿×λÑÕÉ«£¬²Ù×÷ϵͳ¹Ì¶¨ÑÕÉ«Ãû³ÆÎı¾
        /// </summary>
        public string labware_color_well { get; set; } = "144,238,144";        // LightGreen
        #endregion
 
        #region ºÄ²Äͼ±ê±ßÏßÑÕÉ«
        /// <summary>
        /// ºÄ²Äͼ±ê±ßÏßÑÕÉ«£¬²Ù×÷ϵͳ¹Ì¶¨ÑÕÉ«Ãû³ÆÎı¾
        /// </summary>
        private string _labware_color_line = "128,128,128";                    // Gray
        public string labware_color_line
        {
            get { return _labware_color_line; }
            set
            {
                _labware_color_line = value;
                OnPropertyChanged(nameof(labware_color_line));
            }
        }
        #endregion
 
        /// <summary>
        /// ÊÇ·ñÊÇĬÈÏÀàÐÍ£º1£º Ä¬ÈÏ£»0£º×Ô¶¨Òå
        /// </summary>
        public int? is_default_type { get; set; } = 0;
        /// <summary>
        /// Êý¾ÝÐиüÐÂʱ¼ä
        /// </summary>
        public DateTime? timestamp { get; set; } = System.DateTime.Now;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Ä·Ö³É¸ñ×ÓµÄ×ÜÊý
        /// </summary>
        public int labware_round_division { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²ÄÖ±¾¶£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_diameter { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Ä¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_height { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Äµ×²¿ÄÚ²¿Ö±¾¶£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_bottom_indiameter { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Äµ×²¿Íⲿֱ¾¶£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_bottom_outdiameter { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Äµ×²¿ÄÚ²¿¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_bottom_inheight { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Äµ×²¿Íⲿ¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_bottom_outheight { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Ä¸Ç×ÓÄÚ²¿Ö±¾¶£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_lid_indiameter { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Ä¸Ç×ÓÍⲿֱ¾¶£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_lid_outdiameter { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Ä¸Ç×ÓÍⲿ¸ß¶È£¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_lid_height { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóºÄ²Ä×ܸ߶ȣ¬µ¥Î»ºÁÃ×
        /// </summary>
        public double labware_round_totalheight { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóÉÏÄÚÖ±¾¶
        /// </summary>
        public double labware_round_top_indiameter { get; set; } = 0;
        /// <summary>
        /// Ô²ÐÎÃóÉÏÍâÖ±¾¶
        /// </summary>
        public double labware_round_top_outdiameter { get; set; } = 0;
 
        /// <summary>
        /// µþ·Åƫתx
        /// </summary>
        public string x { get; set; } = "0.0";
        /// <summary>
        /// µþ·Åƫתy
        /// </summary>
        public string y { get; set; } = "0.0";
        /// <summary>
        /// µþ·Åƫתz
        /// </summary>
        public string z { get; set; } = "0.0";
 
        public object Clone()
        {
            return (object)this.MemberwiseClone();
        }
 
        public void Copy(Labware labware)
        {
            labware_id = labware.labware_id;
            labware_name = labware.labware_name;
            labware_barcode = labware.labware_barcode;
            brand = labware.brand;
            number = labware.number;
            labware_type = labware.labware_type;
            labware_type_id = labware.labware_type_id;
            labware_well_id = labware.labware_well_id;
            content = labware.content;
            nw = labware.nw;
            sw = labware.sw;
            ne = labware.ne;
            se = labware.se;
            number_row = labware.number_row;
            number_column = labware.number_column;
            labware_length = labware.labware_length;
            labware_width = labware.labware_width;
            labware_height = labware.labware_height;
            a1_distance_x = labware.a1_distance_x;
            a1_distance_y = labware.a1_distance_y;
            a1_a2_distance = labware.a1_a2_distance;
            a1_b1_distance = labware.a1_b1_distance;
            well_maximum_volume = labware.well_maximum_volume;
            well_available_volume = labware.well_available_volume;
            well_mix_points = labware.well_mix_points;
            well_depth = labware.well_depth;
            well_shape = labware.well_shape;
            well_mouth_radius = labware.well_mouth_radius;
            well_bottom_randius = labware.well_bottom_randius;
            well_height = labware.well_height;
            well_top_x = labware.well_top_x;
            well_top_y = labware.well_top_y;
            well_down_x = labware.well_down_x;
            well_down_y = labware.well_down_y;
            well_bottom_shape = labware.well_bottom_shape;
            well_bottom_height = labware.well_bottom_height;
            well_bottom_width = labware.well_bottom_width;
            well_bottom_length = labware.well_bottom_length;
            is_moved = labware.is_moved;
            gripper_x_offset = labware.gripper_x_offset;
            gripper_y_offset = labware.gripper_y_offset;
            gripper_z_offset = labware.gripper_z_offset;
            gripper_squeeze = labware.gripper_squeeze;
            gripper_power = labware.gripper_power;
            gripper_spread = labware.gripper_spread;
            gripper_speed = labware.gripper_speed;
            gripper_rotational = labware.gripper_rotational;
            is_with_lid = labware.is_with_lid;
            with_lid_height = labware.with_lid_height;
            with_lid_pile_height = labware.with_lid_pile_height;
            total_without_lid_height = labware.total_without_lid_height;
            total_with_lid_height = labware.total_with_lid_height;
            gripper_lid_offset = labware.gripper_lid_offset;
            is_piling = labware.is_piling;
            is_piled = labware.is_piled;
            piled_script = labware.piled_script;
            piled_height = labware.piled_height;
            piled_speed = labware.piled_speed;
            is_pilingon = labware.is_pilingon;
            pilingon_script = labware.pilingon_script;
            piled_x = labware.piled_x;
            piled_y = labware.piled_y;
            is_seal = labware.is_seal;
            sealed_height = labware.sealed_height;
            sealed_piled_height = labware.sealed_piled_height;
            tip_name = labware.tip_name;
            tip_volume_max = labware.tip_volume_max;
            tip_use_volume_max = labware.tip_use_volume_max;
            tip_air_volume = labware.tip_air_volume;
            tip_length = labware.tip_length;
            tip_header_height = labware.tip_header_height;
            tip_cone_height = labware.tip_cone_height;
            tip_cone_radius_max = labware.tip_cone_radius_max;
            tip_cone_radius_min = labware.tip_cone_radius_min;
            press_tip_power = labware.press_tip_power;
            press_tip_depth = labware.press_tip_depth;
            press_tipinto_depth = labware.press_tipinto_depth;
            quit_tip = labware.quit_tip;
            is_filter = labware.is_filter;
            is_lls = labware.is_lls;
            tip_loaded_type = labware.tip_loaded_type;
            labware_status = labware.labware_status;
            labware_picture = labware.labware_picture;
            labware_color_lside = labware.labware_color_lside;
            labware_color_front = labware.labware_color_front;
            labware_color_top = labware.labware_color_top;
            labware_color_well = labware.labware_color_well;
            labware_color_line = labware.labware_color_line;
            is_default_type = labware.is_default_type;
            timestamp = labware.timestamp;
            labware_round_division = labware.labware_round_division;
            labware_round_diameter = labware.labware_round_diameter;
            labware_round_height = labware.labware_round_height;
            labware_round_bottom_indiameter = labware.labware_round_bottom_indiameter;
            labware_round_bottom_outdiameter = labware.labware_round_bottom_outdiameter;
            labware_round_bottom_inheight = labware.labware_round_bottom_inheight;
            labware_round_bottom_outheight = labware.labware_round_bottom_outheight;
            labware_round_lid_indiameter = labware.labware_round_lid_indiameter;
            labware_round_lid_outdiameter = labware.labware_round_lid_outdiameter;
            labware_round_lid_height = labware.labware_round_lid_height;
            labware_round_totalheight = labware.labware_round_totalheight;
            labware_round_top_indiameter = labware.labware_round_top_indiameter;
            labware_round_top_outdiameter = labware.labware_round_top_outdiameter;
        }
    }
}