205 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			205 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			C#
		
	
	
	
| /// <summary>
 | |
| ///Data Object 
 | |
| ///BASIC CLASS FOR TABLE t_wmsOutDetail
 | |
| ///By wm  
 | |
| ///on 08/04/2023
 | |
| /// </summary>
 | |
|  
 | |
| using System;
 | |
| using System.Data;
 | |
| using DeiNiu.Data.BaseObject;
 | |
|  
 | |
| namespace  DeiNiu.wms.Data.Model
 | |
| {
 | |
| 
 | |
| 	#region WmsOutDetail_base
 | |
| 	/// <summary>
 | |
| 	/// This object represents the properties and methods of a WmsOutDetail_base.
 | |
|     /// </summary>
 | |
|     [Serializable]
 | |
| 	public class WmsOutDetail_base  : BaseModel { 
 | |
| 
 | |
|                        
 | |
|                     internal string _orderNo = String.Empty,_OorderNo= String.Empty;   
 | |
|                     internal string _goodsId = String.Empty,_OgoodsId= String.Empty;   
 | |
|                     internal int _skuId,_OskuId;   
 | |
|                     internal string _skuCode = String.Empty,_OskuCode= String.Empty;   
 | |
|                     internal string _batch = String.Empty,_Obatch= String.Empty;   
 | |
|                     internal decimal _lackCount,_OlackCount;   
 | |
|                     internal decimal _count,_Ocount;   
 | |
|                     internal decimal _reviseCount,_OreviseCount;   
 | |
|                     internal decimal _pickCount,_OpickCount;   
 | |
|                     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 string _productDate = String.Empty,_OproductDate= String.Empty;   
 | |
|                     internal string _validDate = String.Empty,_OvalidDate= String.Empty;   
 | |
|                     internal int _state,_Ostate;   
 | |
|                     internal int _whtype,_Owhtype;   
 | |
|                     internal decimal _price,_Oprice;   
 | |
|                     internal int _priority,_Opriority;   
 | |
|                     internal string _description = String.Empty,_Odescription= String.Empty;   
 | |
|                     internal int _Ooperater;   
 | |
|                        
 | |
|                     internal string _createtime = String.Empty,_Ocreatetime= String.Empty;   
 | |
|                        
 | |
| 		
 | |
| 		public  WmsOutDetail_base () {
 | |
| 		}
 | |
| 		public  WmsOutDetail_base (int id) {
 | |
| 			_id=id;
 | |
| 			getModel();
 | |
| 		}
 | |
| 		public  WmsOutDetail_base(DataRow dr)
 | |
|         {
 | |
|             getModel(dr);
 | |
|         }
 | |
|           public WmsOutDetail_base(System.Data.SqlClient.SqlConnection _Conn)
 | |
|             : base(_Conn) 
 | |
|         {
 | |
| 
 | |
|         }
 | |
|           protected override void getImp()
 | |
|         {
 | |
|             model_imp = new WmsOutDetail_base_Imp();  
 | |
|         }
 | |
| 		#region Public Properties 
 | |
|         public string  orderNo{
 | |
| 			get {return _orderNo;}
 | |
| 			 set {_orderNo = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  goodsId{
 | |
| 			get {return _goodsId;}
 | |
| 			 set {_goodsId = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   skuId{
 | |
| 			get {return _skuId;}
 | |
| 			 set {_skuId = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  skuCode{
 | |
| 			get {return _skuCode;}
 | |
| 			 set {_skuCode = 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  decimal   reviseCount{
 | |
| 			get {return _reviseCount;}
 | |
| 			 set {_reviseCount = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   pickCount{
 | |
| 			get {return _pickCount;}
 | |
| 			 set {_pickCount = 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 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   whtype{
 | |
| 			get {return _whtype;}
 | |
| 			 set {_whtype = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  decimal   price{
 | |
| 			get {return _price;}
 | |
| 			 set {_price = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public  int   priority{
 | |
| 			get {return _priority;}
 | |
| 			 set {_priority = value;}    
 | |
| 		}  
 | |
|         
 | |
|         public string  description{
 | |
| 			get {return _description;}
 | |
| 			 set {_description = 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{orderNo,goodsId,skuId,skuCode,batch,lackCount,count,reviseCount,pickCount,locationId,bulkCount,batch1Count,batch2Count,boxcnt,productDate,validDate,state,whtype,price,priority,description,operater}
 | |
|       #endregion
 | |
|     
 | |
| 	
 | |
| 	}
 | |
| 	#endregion
 | |
| }
 |