| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | /// <summary> | 
					
						
							|  |  |  |  | ///Data Object  | 
					
						
							|  |  |  |  | ///BASIC CLASS FOR TABLE t_wmsOutPickLable_tmp | 
					
						
							|  |  |  |  | ///By wm   | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  | ///on 09/20/2023 | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | /// </summary> | 
					
						
							|  |  |  |  |   | 
					
						
							|  |  |  |  | using System; | 
					
						
							|  |  |  |  | using System.Data; | 
					
						
							|  |  |  |  | using DeiNiu.Data.BaseObject; | 
					
						
							|  |  |  |  |   | 
					
						
							|  |  |  |  | namespace  DeiNiu.wms.Data.Model | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	#region WmsOutPickLable_tmp_base | 
					
						
							|  |  |  |  | 	/// <summary> | 
					
						
							|  |  |  |  | 	/// This object represents the properties and methods of a WmsOutPickLable_tmp_base. | 
					
						
							|  |  |  |  |     /// </summary> | 
					
						
							|  |  |  |  |     [Serializable] | 
					
						
							|  |  |  |  | 	public class WmsOutPickLable_tmp_base  : BaseModel {  | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |                         | 
					
						
							|  |  |  |  |                     internal string _pickOrderNo = String.Empty,_OpickOrderNo= String.Empty;    | 
					
						
							|  |  |  |  |                     internal string _dpsOrder = String.Empty,_OdpsOrder= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _color,_Ocolor;    | 
					
						
							|  |  |  |  |                     internal int _orderDetailId,_OorderDetailId;    | 
					
						
							|  |  |  |  |                     internal int _recordId,_OrecordId;    | 
					
						
							|  |  |  |  |                     internal decimal _count,_Ocount;    | 
					
						
							|  |  |  |  |                     internal string _locationId = String.Empty,_OlocationId= String.Empty;    | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  |                     internal int _portId,_OportId;    | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |                     internal int _elabId,_OelabId;    | 
					
						
							|  |  |  |  |                     internal int _port,_Oport;    | 
					
						
							|  |  |  |  |                     internal int _elabAddress,_OelabAddress;    | 
					
						
							|  |  |  |  |                     internal int _state,_Ostate;    | 
					
						
							|  |  |  |  |                     internal decimal _pickCount,_OpickCount;    | 
					
						
							|  |  |  |  |                     internal string _description = String.Empty,_Odescription= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _partion,_Opartion;    | 
					
						
							|  |  |  |  |                     internal string _plate = String.Empty,_Oplate= String.Empty;    | 
					
						
							|  |  |  |  |                     internal decimal _calVol,_OcalVol;    | 
					
						
							|  |  |  |  |                     internal string _minOperateUnit = String.Empty,_OminOperateUnit= String.Empty;    | 
					
						
							|  |  |  |  |                     internal decimal _minOperateCount,_OminOperateCount;    | 
					
						
							|  |  |  |  |                     internal int _Ooperater;    | 
					
						
							|  |  |  |  |                         | 
					
						
							|  |  |  |  |                     internal string _createtime = String.Empty,_Ocreatetime= String.Empty;    | 
					
						
							|  |  |  |  |                         | 
					
						
							|  |  |  |  | 		 | 
					
						
							|  |  |  |  | 		public  WmsOutPickLable_tmp_base () { | 
					
						
							|  |  |  |  | 		} | 
					
						
							|  |  |  |  | 		public  WmsOutPickLable_tmp_base (int id) { | 
					
						
							|  |  |  |  | 			_id=id; | 
					
						
							|  |  |  |  | 			getModel(); | 
					
						
							|  |  |  |  | 		} | 
					
						
							|  |  |  |  | 		public  WmsOutPickLable_tmp_base(DataRow dr) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             getModel(dr); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |           public WmsOutPickLable_tmp_base(System.Data.SqlClient.SqlConnection _Conn) | 
					
						
							|  |  |  |  |             : base(_Conn)  | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |           protected override void getImp() | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             model_imp = new WmsOutPickLable_tmp_base_Imp();   | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 		#region Public Properties  | 
					
						
							|  |  |  |  |         public string  pickOrderNo{ | 
					
						
							|  |  |  |  | 			get {return _pickOrderNo;} | 
					
						
							|  |  |  |  | 			 set {_pickOrderNo = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  dpsOrder{ | 
					
						
							|  |  |  |  | 			get {return _dpsOrder;} | 
					
						
							|  |  |  |  | 			 set {_dpsOrder = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   color{ | 
					
						
							|  |  |  |  | 			get {return _color;} | 
					
						
							|  |  |  |  | 			 set {_color = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   orderDetailId{ | 
					
						
							|  |  |  |  | 			get {return _orderDetailId;} | 
					
						
							|  |  |  |  | 			 set {_orderDetailId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   recordId{ | 
					
						
							|  |  |  |  | 			get {return _recordId;} | 
					
						
							|  |  |  |  | 			 set {_recordId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  decimal   count{ | 
					
						
							|  |  |  |  | 			get {return _count;} | 
					
						
							|  |  |  |  | 			 set {_count = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  locationId{ | 
					
						
							|  |  |  |  | 			get {return _locationId;} | 
					
						
							|  |  |  |  | 			 set {_locationId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  |         public  int   portId{ | 
					
						
							|  |  |  |  | 			get {return _portId;} | 
					
						
							|  |  |  |  | 			 set {_portId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |         public  int   elabId{ | 
					
						
							|  |  |  |  | 			get {return _elabId;} | 
					
						
							|  |  |  |  | 			 set {_elabId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   port{ | 
					
						
							|  |  |  |  | 			get {return _port;} | 
					
						
							|  |  |  |  | 			 set {_port = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   elabAddress{ | 
					
						
							|  |  |  |  | 			get {return _elabAddress;} | 
					
						
							|  |  |  |  | 			 set {_elabAddress = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   state{ | 
					
						
							|  |  |  |  | 			get {return _state;} | 
					
						
							|  |  |  |  | 			 set {_state = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  decimal   pickCount{ | 
					
						
							|  |  |  |  | 			get {return _pickCount;} | 
					
						
							|  |  |  |  | 			 set {_pickCount = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  description{ | 
					
						
							|  |  |  |  | 			get {return _description;} | 
					
						
							|  |  |  |  | 			 set {_description = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   partion{ | 
					
						
							|  |  |  |  | 			get {return _partion;} | 
					
						
							|  |  |  |  | 			 set {_partion = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  plate{ | 
					
						
							|  |  |  |  | 			get {return _plate;} | 
					
						
							|  |  |  |  | 			 set {_plate = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  decimal   calVol{ | 
					
						
							|  |  |  |  | 			get {return _calVol;} | 
					
						
							|  |  |  |  | 			 set {_calVol = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  minOperateUnit{ | 
					
						
							|  |  |  |  | 			get {return _minOperateUnit;} | 
					
						
							|  |  |  |  | 			 set {_minOperateUnit = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  decimal   minOperateCount{ | 
					
						
							|  |  |  |  | 			get {return _minOperateCount;} | 
					
						
							|  |  |  |  | 			 set {_minOperateCount = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   operater{ | 
					
						
							|  |  |  |  | 			get {return _operater;} | 
					
						
							|  |  |  |  | 			 set {_operater = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  bool   dr{ | 
					
						
							|  |  |  |  | 			get {return _dr;} | 
					
						
							|  |  |  |  | 			    | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  createtime{ | 
					
						
							|  |  |  |  | 			get {return _createtime;} | 
					
						
							|  |  |  |  | 			 set {_createtime = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  lastmodified{ | 
					
						
							|  |  |  |  | 			get {return _lastmodified;} | 
					
						
							|  |  |  |  | 			    | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  | 		  | 
					
						
							|  |  |  |  | 		#endregion | 
					
						
							|  |  |  |  |                   | 
					
						
							|  |  |  |  |       #region fieldNames  | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  |       public enum fields{pickOrderNo,dpsOrder,color,orderDetailId,recordId,count,locationId,portId,elabId,port,elabAddress,state,pickCount,description,partion,plate,calVol,minOperateUnit,minOperateCount,operater} | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |       #endregion | 
					
						
							|  |  |  |  |      | 
					
						
							|  |  |  |  | 	 | 
					
						
							|  |  |  |  | 	} | 
					
						
							|  |  |  |  | 	#endregion | 
					
						
							|  |  |  |  | } |