| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | /// <summary> | 
					
						
							|  |  |  |  | ///Data Object  | 
					
						
							|  |  |  |  | ///BASIC CLASS FOR TABLE t_wmsOutPickPort | 
					
						
							|  |  |  |  | ///By wm   | 
					
						
							| 
									
										
										
										
											2024-02-06 19:36:47 +08:00
										 |  |  |  | ///on 01/07/2024 | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | /// </summary> | 
					
						
							|  |  |  |  |   | 
					
						
							|  |  |  |  | using System; | 
					
						
							|  |  |  |  | using System.Data; | 
					
						
							|  |  |  |  | using DeiNiu.Data.BaseObject; | 
					
						
							|  |  |  |  |   | 
					
						
							|  |  |  |  | namespace  DeiNiu.wms.Data.Model | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	#region WmsOutPickPort_base | 
					
						
							|  |  |  |  | 	/// <summary> | 
					
						
							|  |  |  |  | 	/// This object represents the properties and methods of a WmsOutPickPort_base. | 
					
						
							|  |  |  |  |     /// </summary> | 
					
						
							|  |  |  |  |     [Serializable] | 
					
						
							|  |  |  |  | 	public class WmsOutPickPort_base  : BaseModel {  | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |                         | 
					
						
							|  |  |  |  |                     internal string _id128 = String.Empty,_Oid128= String.Empty;    | 
					
						
							|  |  |  |  |                     internal string _pickOrderNo = String.Empty,_OpickOrderNo= String.Empty;    | 
					
						
							|  |  |  |  |                     internal string _flowNo = String.Empty,_OflowNo= String.Empty;    | 
					
						
							|  |  |  |  |                     internal string _waveOrder = String.Empty,_OwaveOrder= String.Empty;    | 
					
						
							|  |  |  |  |                     internal string _jobNo = String.Empty,_OjobNo= String.Empty;    | 
					
						
							|  |  |  |  |                     internal string _dpsOrder = String.Empty,_OdpsOrder= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _recordId,_OrecordId;    | 
					
						
							|  |  |  |  |                     internal int _recType,_OrecType;    | 
					
						
							|  |  |  |  |                     internal decimal _count,_Ocount;    | 
					
						
							|  |  |  |  |                     internal string _locationId = String.Empty,_OlocationId= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _partion,_Opartion;    | 
					
						
							|  |  |  |  |                     internal int _volType,_OvolType;    | 
					
						
							|  |  |  |  |                     internal string _tranLocationId = String.Empty,_OtranLocationId= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _tranArea,_OtranArea;    | 
					
						
							|  |  |  |  |                     internal int _state,_Ostate;    | 
					
						
							|  |  |  |  |                     internal decimal _pickCount,_OpickCount;    | 
					
						
							|  |  |  |  |                     internal string _description = String.Empty,_Odescription= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _takeBy,_OtakeBy;    | 
					
						
							|  |  |  |  |                     internal int _printcnt,_Oprintcnt;    | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  |                     internal decimal _validationCnt,_OvalidationCnt;    | 
					
						
							|  |  |  |  |                     internal string _validationReason = String.Empty,_OvalidationReason= String.Empty;    | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |                     internal int _pickBy,_OpickBy;    | 
					
						
							|  |  |  |  |                     internal string _pickTime = String.Empty,_OpickTime= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _checkBy,_OcheckBy;    | 
					
						
							|  |  |  |  |                     internal string _checkTime = String.Empty,_OcheckTime= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _checkBy2,_OcheckBy2;    | 
					
						
							|  |  |  |  |                     internal string _checkByTime2 = String.Empty,_OcheckByTime2= String.Empty;    | 
					
						
							|  |  |  |  |                     internal int _pickDetailId,_OpickDetailId;    | 
					
						
							|  |  |  |  |                     internal decimal _seedsOutCount,_OseedsOutCount;    | 
					
						
							|  |  |  |  |                     internal string _seedsFromFlowNo = String.Empty,_OseedsFromFlowNo= String.Empty;    | 
					
						
							| 
									
										
										
										
											2024-02-06 19:36:47 +08:00
										 |  |  |  |                     internal decimal _virtialCnt,_OvirtialCnt;    | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |                     internal int _Ooperater;    | 
					
						
							|  |  |  |  |                         | 
					
						
							|  |  |  |  |                     internal string _createtime = String.Empty,_Ocreatetime= String.Empty;    | 
					
						
							|  |  |  |  |                         | 
					
						
							|  |  |  |  | 		 | 
					
						
							|  |  |  |  | 		public  WmsOutPickPort_base () { | 
					
						
							|  |  |  |  | 		} | 
					
						
							|  |  |  |  | 		public  WmsOutPickPort_base (int id) { | 
					
						
							|  |  |  |  | 			_id=id; | 
					
						
							|  |  |  |  | 			getModel(); | 
					
						
							|  |  |  |  | 		} | 
					
						
							|  |  |  |  | 		public  WmsOutPickPort_base(DataRow dr) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             getModel(dr); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |           public WmsOutPickPort_base(System.Data.SqlClient.SqlConnection _Conn) | 
					
						
							|  |  |  |  |             : base(_Conn)  | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |           protected override void getImp() | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             model_imp = new WmsOutPickPort_base_Imp();   | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 		#region Public Properties  | 
					
						
							|  |  |  |  |         public string  id128{ | 
					
						
							|  |  |  |  | 			get {return _id128;} | 
					
						
							|  |  |  |  | 			 set {_id128 = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  pickOrderNo{ | 
					
						
							|  |  |  |  | 			get {return _pickOrderNo;} | 
					
						
							|  |  |  |  | 			 set {_pickOrderNo = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  flowNo{ | 
					
						
							|  |  |  |  | 			get {return _flowNo;} | 
					
						
							|  |  |  |  | 			 set {_flowNo = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  waveOrder{ | 
					
						
							|  |  |  |  | 			get {return _waveOrder;} | 
					
						
							|  |  |  |  | 			 set {_waveOrder = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  jobNo{ | 
					
						
							|  |  |  |  | 			get {return _jobNo;} | 
					
						
							|  |  |  |  | 			 set {_jobNo = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  dpsOrder{ | 
					
						
							|  |  |  |  | 			get {return _dpsOrder;} | 
					
						
							|  |  |  |  | 			 set {_dpsOrder = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   recordId{ | 
					
						
							|  |  |  |  | 			get {return _recordId;} | 
					
						
							|  |  |  |  | 			 set {_recordId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   recType{ | 
					
						
							|  |  |  |  | 			get {return _recType;} | 
					
						
							|  |  |  |  | 			 set {_recType = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  decimal   count{ | 
					
						
							|  |  |  |  | 			get {return _count;} | 
					
						
							|  |  |  |  | 			 set {_count = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  locationId{ | 
					
						
							|  |  |  |  | 			get {return _locationId;} | 
					
						
							|  |  |  |  | 			 set {_locationId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   partion{ | 
					
						
							|  |  |  |  | 			get {return _partion;} | 
					
						
							|  |  |  |  | 			 set {_partion = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   volType{ | 
					
						
							|  |  |  |  | 			get {return _volType;} | 
					
						
							|  |  |  |  | 			 set {_volType = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  tranLocationId{ | 
					
						
							|  |  |  |  | 			get {return _tranLocationId;} | 
					
						
							|  |  |  |  | 			 set {_tranLocationId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   tranArea{ | 
					
						
							|  |  |  |  | 			get {return _tranArea;} | 
					
						
							|  |  |  |  | 			 set {_tranArea = 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   takeBy{ | 
					
						
							|  |  |  |  | 			get {return _takeBy;} | 
					
						
							|  |  |  |  | 			 set {_takeBy = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   printcnt{ | 
					
						
							|  |  |  |  | 			get {return _printcnt;} | 
					
						
							|  |  |  |  | 			 set {_printcnt = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							| 
									
										
										
										
											2023-11-21 19:18:23 +08:00
										 |  |  |  |         public  decimal   validationCnt{ | 
					
						
							|  |  |  |  | 			get {return _validationCnt;} | 
					
						
							|  |  |  |  | 			 set {_validationCnt = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  validationReason{ | 
					
						
							|  |  |  |  | 			get {return _validationReason;} | 
					
						
							|  |  |  |  | 			 set {_validationReason = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |         public  int   pickBy{ | 
					
						
							|  |  |  |  | 			get {return _pickBy;} | 
					
						
							|  |  |  |  | 			 set {_pickBy = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  pickTime{ | 
					
						
							|  |  |  |  | 			get {return _pickTime;} | 
					
						
							|  |  |  |  | 			 set {_pickTime = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   checkBy{ | 
					
						
							|  |  |  |  | 			get {return _checkBy;} | 
					
						
							|  |  |  |  | 			 set {_checkBy = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  checkTime{ | 
					
						
							|  |  |  |  | 			get {return _checkTime;} | 
					
						
							|  |  |  |  | 			 set {_checkTime = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   checkBy2{ | 
					
						
							|  |  |  |  | 			get {return _checkBy2;} | 
					
						
							|  |  |  |  | 			 set {_checkBy2 = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  checkByTime2{ | 
					
						
							|  |  |  |  | 			get {return _checkByTime2;} | 
					
						
							|  |  |  |  | 			 set {_checkByTime2 = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  int   pickDetailId{ | 
					
						
							|  |  |  |  | 			get {return _pickDetailId;} | 
					
						
							|  |  |  |  | 			 set {_pickDetailId = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public  decimal   seedsOutCount{ | 
					
						
							|  |  |  |  | 			get {return _seedsOutCount;} | 
					
						
							|  |  |  |  | 			 set {_seedsOutCount = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							|  |  |  |  |         public string  seedsFromFlowNo{ | 
					
						
							|  |  |  |  | 			get {return _seedsFromFlowNo;} | 
					
						
							|  |  |  |  | 			 set {_seedsFromFlowNo = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							| 
									
										
										
										
											2024-02-06 19:36:47 +08:00
										 |  |  |  |         public  decimal   virtialCnt{ | 
					
						
							|  |  |  |  | 			get {return _virtialCnt;} | 
					
						
							|  |  |  |  | 			 set {_virtialCnt = value;}     | 
					
						
							|  |  |  |  | 		}   | 
					
						
							|  |  |  |  |          | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |         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  | 
					
						
							| 
									
										
										
										
											2024-02-06 19:36:47 +08:00
										 |  |  |  |       public enum fields{id128,pickOrderNo,flowNo,waveOrder,jobNo,dpsOrder,recordId,recType,count,locationId,partion,volType,tranLocationId,tranArea,state,pickCount,description,takeBy,printcnt,validationCnt,validationReason,pickBy,pickTime,checkBy,checkTime,checkBy2,checkByTime2,pickDetailId,seedsOutCount,seedsFromFlowNo,virtialCnt,operater} | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |       #endregion | 
					
						
							|  |  |  |  |      | 
					
						
							|  |  |  |  | 	 | 
					
						
							|  |  |  |  | 	} | 
					
						
							|  |  |  |  | 	#endregion | 
					
						
							|  |  |  |  | } |