ldj/Model/wms/data/basic/WmsOutPickRequest_base.cs

391 lines
12 KiB
C#

/// <summary>
///Data Object
///BASIC CLASS FOR TABLE t_wmsOutPickRequest
///By wm
///on 11/06/2023
/// </summary>
using System;
using System.Data;
using DeiNiu.Data.BaseObject;
namespace DeiNiu.wms.Data.Model
{
#region WmsOutPickRequest_base
/// <summary>
/// This object represents the properties and methods of a WmsOutPickRequest_base.
/// </summary>
[Serializable]
public class WmsOutPickRequest_base : BaseModel {
internal string _pickOrderNo = String.Empty,_OpickOrderNo= String.Empty;
internal string _waveOrder = String.Empty,_OwaveOrder= String.Empty;
internal string _transNo = String.Empty,_OtransNo= String.Empty;
internal string _loadTruckJob = String.Empty,_OloadTruckJob= String.Empty;
internal int _orderType,_OorderType;
internal string _orderTypeName = String.Empty,_OorderTypeName= String.Empty;
internal int _outStoreType,_OoutStoreType;
internal string _owner = String.Empty,_Oowner= 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 string _phone1 = String.Empty,_Ophone1= String.Empty;
internal string _phone2 = String.Empty,_Ophone2= String.Empty;
internal string _contactperson = String.Empty,_Ocontactperson= String.Empty;
internal int _desk,_Odesk;
internal int _boxCnt,_OboxCnt;
internal decimal _bulkCnt,_ObulkCnt;
internal int _bulkBox,_ObulkBox;
internal int _bulkBag,_ObulkBag;
internal string _tranLocationId = String.Empty,_OtranLocationId= String.Empty;
internal decimal _volume,_Ovolume;
internal decimal _weight,_Oweight;
internal int _state,_Ostate;
internal int _bulkPickState,_ObulkPickState;
internal int _batchPickState,_ObatchPickState;
internal string _orderDate = String.Empty,_OorderDate= String.Empty;
internal string _description = String.Empty,_Odescription= String.Empty;
internal int _pickedBy,_OpickedBy;
internal string _pickedTime = String.Empty,_OpickedTime= String.Empty;
internal int _checkedBy,_OcheckedBy;
internal string _checkedTime = String.Empty,_OcheckedTime= String.Empty;
internal int _batchCheckedby,_ObatchCheckedby;
internal string _batchCheckedTime = String.Empty,_ObatchCheckedTime= String.Empty;
internal int _bulkCheckedby,_ObulkCheckedby;
internal string _bulkCheckedTime = String.Empty,_ObulkCheckedTime= String.Empty;
internal string _waveStart = String.Empty,_OwaveStart= String.Empty;
internal string _waveEnd = String.Empty,_OwaveEnd= String.Empty;
internal int _priority,_Opriority;
internal string _seedsPickNo = String.Empty,_OseedsPickNo= String.Empty;
internal int _seedsPort,_OseedsPort;
internal int _seedsLabelId,_OseedsLabelId;
internal int _pickStartOn,_OpickStartOn;
internal int _pickGroup,_OpickGroup;
internal string _dueDate = String.Empty,_OdueDate= String.Empty;
internal int _invoicedBy,_OinvoicedBy;
internal string _invoiceNo = String.Empty,_OinvoiceNo= String.Empty;
internal int _invoicePrintCnt,_OinvoicePrintCnt;
internal string _docNo = String.Empty,_OdocNo= String.Empty;
internal string _salesperson = String.Empty,_Osalesperson= String.Empty;
internal decimal _sumPrice,_OsumPrice;
internal decimal _fandian,_Ofandian;
internal int _deliveryType,_OdeliveryType;
internal int _Ooperater;
internal string _createtime = String.Empty,_Ocreatetime= String.Empty;
public WmsOutPickRequest_base () {
}
public WmsOutPickRequest_base (int id) {
_id=id;
getModel();
}
public WmsOutPickRequest_base(DataRow dr)
{
getModel(dr);
}
public WmsOutPickRequest_base(System.Data.SqlClient.SqlConnection _Conn)
: base(_Conn)
{
}
protected override void getImp()
{
model_imp = new WmsOutPickRequest_base_Imp();
}
#region Public Properties
public string pickOrderNo{
get {return _pickOrderNo;}
set {_pickOrderNo = value;}
}
public string waveOrder{
get {return _waveOrder;}
set {_waveOrder = value;}
}
public string transNo{
get {return _transNo;}
set {_transNo = value;}
}
public string loadTruckJob{
get {return _loadTruckJob;}
set {_loadTruckJob = value;}
}
public int orderType{
get {return _orderType;}
set {_orderType = value;}
}
public string orderTypeName{
get {return _orderTypeName;}
set {_orderTypeName = value;}
}
public int outStoreType{
get {return _outStoreType;}
set {_outStoreType = value;}
}
public string owner{
get {return _owner;}
set {_owner = 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 string phone1{
get {return _phone1;}
set {_phone1 = value;}
}
public string phone2{
get {return _phone2;}
set {_phone2 = value;}
}
public string contactperson{
get {return _contactperson;}
set {_contactperson = value;}
}
public int desk{
get {return _desk;}
set {_desk = value;}
}
public int boxCnt{
get {return _boxCnt;}
set {_boxCnt = value;}
}
public decimal bulkCnt{
get {return _bulkCnt;}
set {_bulkCnt = value;}
}
public int bulkBox{
get {return _bulkBox;}
set {_bulkBox = value;}
}
public int bulkBag{
get {return _bulkBag;}
set {_bulkBag = value;}
}
public string tranLocationId{
get {return _tranLocationId;}
set {_tranLocationId = value;}
}
public decimal volume{
get {return _volume;}
set {_volume = value;}
}
public decimal weight{
get {return _weight;}
set {_weight = 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 string orderDate{
get {return _orderDate;}
set {_orderDate = value;}
}
public string description{
get {return _description;}
set {_description = value;}
}
public int pickedBy{
get {return _pickedBy;}
set {_pickedBy = value;}
}
public string pickedTime{
get {return _pickedTime;}
set {_pickedTime = value;}
}
public int checkedBy{
get {return _checkedBy;}
set {_checkedBy = value;}
}
public string checkedTime{
get {return _checkedTime;}
set {_checkedTime = value;}
}
public int batchCheckedby{
get {return _batchCheckedby;}
set {_batchCheckedby = value;}
}
public string batchCheckedTime{
get {return _batchCheckedTime;}
set {_batchCheckedTime = value;}
}
public int bulkCheckedby{
get {return _bulkCheckedby;}
set {_bulkCheckedby = value;}
}
public string bulkCheckedTime{
get {return _bulkCheckedTime;}
set {_bulkCheckedTime = value;}
}
public string waveStart{
get {return _waveStart;}
set {_waveStart = value;}
}
public string waveEnd{
get {return _waveEnd;}
set {_waveEnd = value;}
}
public int priority{
get {return _priority;}
set {_priority = value;}
}
public string seedsPickNo{
get {return _seedsPickNo;}
set {_seedsPickNo = value;}
}
public int seedsPort{
get {return _seedsPort;}
set {_seedsPort = value;}
}
public int seedsLabelId{
get {return _seedsLabelId;}
set {_seedsLabelId = value;}
}
public int pickStartOn{
get {return _pickStartOn;}
set {_pickStartOn = value;}
}
public int pickGroup{
get {return _pickGroup;}
set {_pickGroup = value;}
}
public string dueDate{
get {return _dueDate;}
set {_dueDate = value;}
}
public int invoicedBy{
get {return _invoicedBy;}
set {_invoicedBy = value;}
}
public string invoiceNo{
get {return _invoiceNo;}
set {_invoiceNo = value;}
}
public int invoicePrintCnt{
get {return _invoicePrintCnt;}
set {_invoicePrintCnt = value;}
}
public string docNo{
get {return _docNo;}
set {_docNo = value;}
}
public string salesperson{
get {return _salesperson;}
set {_salesperson = value;}
}
public decimal sumPrice{
get {return _sumPrice;}
set {_sumPrice = value;}
}
public decimal fandian{
get {return _fandian;}
set {_fandian = value;}
}
public int deliveryType{
get {return _deliveryType;}
set {_deliveryType = 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,waveOrder,transNo,loadTruckJob,orderType,orderTypeName,outStoreType,owner,customerId,customerName,custAddress,phone1,phone2,contactperson,desk,boxCnt,bulkCnt,bulkBox,bulkBag,tranLocationId,volume,weight,state,bulkPickState,batchPickState,orderDate,description,pickedBy,pickedTime,checkedBy,checkedTime,batchCheckedby,batchCheckedTime,bulkCheckedby,bulkCheckedTime,waveStart,waveEnd,priority,seedsPickNo,seedsPort,seedsLabelId,pickStartOn,pickGroup,dueDate,invoicedBy,invoiceNo,invoicePrintCnt,docNo,salesperson,sumPrice,fandian,deliveryType,operater}
#endregion
}
#endregion
}