319 lines
		
	
	
		
			9.4 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			319 lines
		
	
	
		
			9.4 KiB
		
	
	
	
		
			C#
		
	
	
	
| /// <summary>
 | |
| ///Data Object 
 | |
| ///BASIC CLASS FOR TABLE t_wmsOutPickDetail
 | |
| ///By wm  
 | |
| ///on 11/23/2023
 | |
| /// </summary>
 | |
|  
 | |
| using System;
 | |
| using System.Data;
 | |
| using DeiNiu.Data.BaseObject;
 | |
|  
 | |
| namespace  DeiNiu.wms.Data.Model
 | |
| {
 | |
| 
 | |
| 	#region WmsOutPickDetail_base
 | |
| 	/// <summary>
 | |
| 	/// This object represents the properties and methods of a WmsOutPickDetail_base.
 | |
|     /// </summary>
 | |
|     [Serializable]
 | |
| 	public class WmsOutPickDetail_base  : BaseModel { 
 | |
| 
 | |
|                        
 | |
|                     internal string _pickOrderNo = String.Empty,_OpickOrderNo= String.Empty;   
 | |
|                     internal string _seedsPickNo = String.Empty,_OseedsPickNo= String.Empty;   
 | |
|                     internal string _customerId = String.Empty,_OcustomerId= String.Empty;   
 | |
|                     internal string _customerName = String.Empty,_OcustomerName= String.Empty;   
 | |
|                     internal string _custAddress = String.Empty,_OcustAddress= String.Empty;   
 | |
|                     internal int _skuId,_OskuId;   
 | |
|                     internal string _skuCode = String.Empty,_OskuCode= String.Empty;   
 | |
|                     internal string _goodsId = String.Empty,_OgoodsId= String.Empty;   
 | |
|                     internal string _batch = String.Empty,_Obatch= String.Empty;   
 | |
|                     internal decimal _lackCount,_OlackCount;   
 | |
|                     internal decimal _count,_Ocount;   
 | |
|                     internal string _locationId = String.Empty,_OlocationId= String.Empty;   
 | |
|                     internal decimal _bulkCount,_ObulkCount;   
 | |
|                     internal decimal _batch1Count,_Obatch1Count;   
 | |
|                     internal decimal _batch2Count,_Obatch2Count;   
 | |
|                     internal int _boxcnt,_Oboxcnt;   
 | |
|                     internal int _pcs,_Opcs;   
 | |
|                     internal decimal _batchPicked,_ObatchPicked;   
 | |
|                     internal decimal _bulkPicked,_ObulkPicked;   
 | |
|                     internal decimal _seeded,_Oseeded;   
 | |
|                     internal decimal _seedOutCnt,_OseedOutCnt;   
 | |
|                     internal string _seedTaskNo = String.Empty,_OseedTaskNo= String.Empty;   
 | |
|                     internal string _productDate = String.Empty,_OproductDate= String.Empty;   
 | |
|                     internal string _validDate = String.Empty,_OvalidDate= String.Empty;   
 | |
|                     internal int _state,_Ostate;   
 | |
|                     internal int _bulkPickState,_ObulkPickState;   
 | |
|                     internal int _batchPickState,_ObatchPickState;   
 | |
|                     internal int _whtype,_Owhtype;   
 | |
|                     internal string _description = String.Empty,_Odescription= String.Empty;   
 | |
|                     internal decimal _confirmedCount,_OconfirmedCount;   
 | |
|                     internal int _checkedBy,_OcheckedBy;   
 | |
|                     internal int _checkedBy1,_OcheckedBy1;   
 | |
|                     internal int _validReason,_OvalidReason;   
 | |
|                     internal int _validSolution,_OvalidSolution;   
 | |
|                     internal string _validRemark = String.Empty,_OvalidRemark= String.Empty;   
 | |
|                     internal string _solutionRemark = String.Empty,_OsolutionRemark= String.Empty;   
 | |
|                     internal string _checkedTime = String.Empty,_OcheckedTime= String.Empty;   
 | |
|                     internal decimal _price,_Oprice;   
 | |
|                     internal string _salesperson = String.Empty,_Osalesperson= String.Empty;   
 | |
|                     internal bool _isWeightScaled,_OisWeightScaled;   
 | |
|                     internal int _Ooperater;   
 | |
|                        
 | |
|                     internal string _createtime = String.Empty,_Ocreatetime= String.Empty;   
 | |
|                        
 | |
| 		
 | |
| 		public  WmsOutPickDetail_base () {
 | |
| 		}
 | |
| 		public  WmsOutPickDetail_base (int id) {
 | |
| 			_id=id;
 | |
| 			getModel();
 | |
| 		}
 | |
| 		public  WmsOutPickDetail_base(DataRow dr)
 | |
|         {
 | |
|             getModel(dr);
 | |
|         }
 | |
|           public WmsOutPickDetail_base(System.Data.SqlClient.SqlConnection _Conn)
 | |
|             : base(_Conn) 
 | |
|         {
 | |
| 
 | |
|         }
 | |
|           protected override void getImp()
 | |
|         {
 | |
|             model_imp = new WmsOutPickDetail_base_Imp();  
 | |
|         }
 | |
| 		#region Public Properties 
 | |
|         public string  pickOrderNo{
 | |
| 			get {return _pickOrderNo;}
 | |
| 			 set {_pickOrderNo = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  seedsPickNo{
 | |
| 			get {return _seedsPickNo;}
 | |
| 			 set {_seedsPickNo = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  customerId{
 | |
| 			get {return _customerId;}
 | |
| 			 set {_customerId = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  customerName{
 | |
| 			get {return _customerName;}
 | |
| 			 set {_customerName = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  custAddress{
 | |
| 			get {return _custAddress;}
 | |
| 			 set {_custAddress = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   skuId{
 | |
| 			get {return _skuId;}
 | |
| 			 set {_skuId = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  skuCode{
 | |
| 			get {return _skuCode;}
 | |
| 			 set {_skuCode = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  goodsId{
 | |
| 			get {return _goodsId;}
 | |
| 			 set {_goodsId = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  batch{
 | |
| 			get {return _batch;}
 | |
| 			 set {_batch = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   lackCount{
 | |
| 			get {return _lackCount;}
 | |
| 			 set {_lackCount = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   count{
 | |
| 			get {return _count;}
 | |
| 			 set {_count = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  locationId{
 | |
| 			get {return _locationId;}
 | |
| 			 set {_locationId = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   bulkCount{
 | |
| 			get {return _bulkCount;}
 | |
| 			 set {_bulkCount = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   batch1Count{
 | |
| 			get {return _batch1Count;}
 | |
| 			 set {_batch1Count = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   batch2Count{
 | |
| 			get {return _batch2Count;}
 | |
| 			 set {_batch2Count = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   boxcnt{
 | |
| 			get {return _boxcnt;}
 | |
| 			 set {_boxcnt = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   pcs{
 | |
| 			get {return _pcs;}
 | |
| 			 set {_pcs = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   batchPicked{
 | |
| 			get {return _batchPicked;}
 | |
| 			 set {_batchPicked = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   bulkPicked{
 | |
| 			get {return _bulkPicked;}
 | |
| 			 set {_bulkPicked = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   seeded{
 | |
| 			get {return _seeded;}
 | |
| 			 set {_seeded = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   seedOutCnt{
 | |
| 			get {return _seedOutCnt;}
 | |
| 			 set {_seedOutCnt = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  seedTaskNo{
 | |
| 			get {return _seedTaskNo;}
 | |
| 			 set {_seedTaskNo = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  productDate{
 | |
| 			get {return _productDate;}
 | |
| 			 set {_productDate = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  validDate{
 | |
| 			get {return _validDate;}
 | |
| 			 set {_validDate = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   state{
 | |
| 			get {return _state;}
 | |
| 			 set {_state = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   bulkPickState{
 | |
| 			get {return _bulkPickState;}
 | |
| 			 set {_bulkPickState = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   batchPickState{
 | |
| 			get {return _batchPickState;}
 | |
| 			 set {_batchPickState = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   whtype{
 | |
| 			get {return _whtype;}
 | |
| 			 set {_whtype = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  description{
 | |
| 			get {return _description;}
 | |
| 			 set {_description = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   confirmedCount{
 | |
| 			get {return _confirmedCount;}
 | |
| 			 set {_confirmedCount = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   checkedBy{
 | |
| 			get {return _checkedBy;}
 | |
| 			 set {_checkedBy = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   checkedBy1{
 | |
| 			get {return _checkedBy1;}
 | |
| 			 set {_checkedBy1 = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   validReason{
 | |
| 			get {return _validReason;}
 | |
| 			 set {_validReason = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   validSolution{
 | |
| 			get {return _validSolution;}
 | |
| 			 set {_validSolution = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  validRemark{
 | |
| 			get {return _validRemark;}
 | |
| 			 set {_validRemark = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  solutionRemark{
 | |
| 			get {return _solutionRemark;}
 | |
| 			 set {_solutionRemark = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  checkedTime{
 | |
| 			get {return _checkedTime;}
 | |
| 			 set {_checkedTime = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   price{
 | |
| 			get {return _price;}
 | |
| 			 set {_price = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  salesperson{
 | |
| 			get {return _salesperson;}
 | |
| 			 set {_salesperson = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  bool   isWeightScaled{
 | |
| 			get {return _isWeightScaled;}
 | |
| 			 set {_isWeightScaled = 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 
 | |
|       public enum fields{pickOrderNo,seedsPickNo,customerId,customerName,custAddress,skuId,skuCode,goodsId,batch,lackCount,count,locationId,bulkCount,batch1Count,batch2Count,boxcnt,pcs,batchPicked,bulkPicked,seeded,seedOutCnt,seedTaskNo,productDate,validDate,state,bulkPickState,batchPickState,whtype,description,confirmedCount,checkedBy,checkedBy1,validReason,validSolution,validRemark,solutionRemark,checkedTime,price,salesperson,isWeightScaled,operater}
 | |
|       #endregion
 | |
|     
 | |
| 	
 | |
| 	}
 | |
| 	#endregion
 | |
| }
 |