| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | using System; | 
					
						
							|  |  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  |  | using System.Linq; | 
					
						
							|  |  |  |  | using System.Text; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace DeiNiu.Utils | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     public struct Structs | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |        //   string  locationId  ; | 
					
						
							|  |  |  |  |         public  int  warehouse; | 
					
						
							|  |  |  |  |         public int channel1; | 
					
						
							|  |  |  |  |         public int channel2; | 
					
						
							|  |  |  |  |         public int shelf1; | 
					
						
							|  |  |  |  |         public int shelf2; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         public int layer1; | 
					
						
							|  |  |  |  |         public int layer2; | 
					
						
							|  |  |  |  |         public int col1; | 
					
						
							|  |  |  |  |         public int col2; | 
					
						
							|  |  |  |  |         public int elabId; | 
					
						
							|  |  |  |  |         public int elabAddress; | 
					
						
							|  |  |  |  |         public decimal height; | 
					
						
							|  |  |  |  |         public decimal width; | 
					
						
							|  |  |  |  |         public decimal length; | 
					
						
							|  |  |  |  |         public decimal weight; | 
					
						
							|  |  |  |  |         public int port; | 
					
						
							|  |  |  |  |           public int  part ; | 
					
						
							| 
									
										
										
										
											2023-12-03 22:13:49 +08:00
										 |  |  |  |         public string partCode; | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |           public int  bigPart  ; | 
					
						
							|  |  |  |  |           public int goodsType; | 
					
						
							|  |  |  |  |           public int whType; | 
					
						
							|  |  |  |  |         //  public int whGoodsType; | 
					
						
							|  |  |  |  |           public int whVoltype; | 
					
						
							|  |  |  |  |           public int volType; | 
					
						
							|  |  |  |  |           public int state; | 
					
						
							|  |  |  |  |           public int tranState; | 
					
						
							|  |  |  |  |           public int operater; | 
					
						
							|  |  |  |  |         //   string lastmodified  ; | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 以层计算一个货架需要电子标签数量  | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |            public int elelayer; | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 以列计算一个货架需要电子标签数量 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |            public int elecol; | 
					
						
							|  |  |  |  |            public int eleid1; | 
					
						
							|  |  |  |  |            public string warehouseName; | 
					
						
							|  |  |  |  |            public int transLine; | 
					
						
							|  |  |  |  |            public int ABC; | 
					
						
							|  |  |  |  |            public string ownerCode; | 
					
						
							|  |  |  |  |            public int storeType; | 
					
						
							| 
									
										
										
										
											2024-02-06 19:36:47 +08:00
										 |  |  |  |            public int scale; | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public struct StructsValideIn | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public int zhitongPartion; | 
					
						
							|  |  |  |  |         public string  receive_order; | 
					
						
							|  |  |  |  |         public string flowNo; | 
					
						
							|  |  |  |  |         public string preInOrder; | 
					
						
							|  |  |  |  |         public int  purch_d_id; | 
					
						
							|  |  |  |  |         public string  goods_id; | 
					
						
							|  |  |  |  |         public string  batch; | 
					
						
							|  |  |  |  |         public string  product_date ; | 
					
						
							|  |  |  |  |         public string  save_date ; | 
					
						
							|  |  |  |  |         public string entId; | 
					
						
							|  |  |  |  |         public decimal  valid_count; | 
					
						
							|  |  |  |  |         public decimal  seeds_count; | 
					
						
							|  |  |  |  |         public int whType; | 
					
						
							|  |  |  |  |         public int  validResult; | 
					
						
							|  |  |  |  |         public string  reason ; | 
					
						
							|  |  |  |  |         public int  wms_state; | 
					
						
							|  |  |  |  |         public int  erp_state; | 
					
						
							|  |  |  |  |         public decimal  price; | 
					
						
							|  |  |  |  |         public int  validby; | 
					
						
							|  |  |  |  |         public int  validby1; | 
					
						
							|  |  |  |  |         public string validAccount; | 
					
						
							|  |  |  |  |         public string validAccount1; | 
					
						
							|  |  |  |  |         public string validPasswd; | 
					
						
							|  |  |  |  |         public int skuId; | 
					
						
							|  |  |  |  |         public string skuCode; | 
					
						
							| 
									
										
										
										
											2023-09-04 22:41:19 +08:00
										 |  |  |  |         public string poNo; | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  |         public int outPickDetailId; | 
					
						
							| 
									
										
										
										
											2023-09-04 22:41:19 +08:00
										 |  |  |  |         public bool isZhitong; | 
					
						
							|  |  |  |  |         public bool isOnLoc;//直接/已经上架 | 
					
						
							|  |  |  |  |         public string locId; //上架货位 | 
					
						
							| 
									
										
										
										
											2024-02-06 19:36:47 +08:00
										 |  |  |  |         public bool isOnce; | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public struct structShip | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public string pur_order ; | 
					
						
							|  |  |  |  |         public string shipOrder ; | 
					
						
							|  |  |  |  |         public string driverID ; | 
					
						
							|  |  |  |  |         public string driverName ; | 
					
						
							|  |  |  |  |         public string driverPhone ; | 
					
						
							|  |  |  |  |         public string veNumber ; | 
					
						
							|  |  |  |  |         public decimal temperature; | 
					
						
							|  |  |  |  |         public string company ; | 
					
						
							|  |  |  |  |         public string remark ;  | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | } |