259 lines
7.5 KiB
C#
259 lines
7.5 KiB
C#
/// <summary>
|
|
///Data Object
|
|
///BASIC CLASS FOR TABLE t_wmsInRequestDetail
|
|
///By wm
|
|
///on 11/16/2023
|
|
/// </summary>
|
|
|
|
using System;
|
|
using System.Data;
|
|
using DeiNiu.Data.BaseObject;
|
|
|
|
namespace DeiNiu.wms.Data.Model
|
|
{
|
|
|
|
#region WmsInRequestDetail_base
|
|
/// <summary>
|
|
/// This object represents the properties and methods of a WmsInRequestDetail_base.
|
|
/// </summary>
|
|
[Serializable]
|
|
public class WmsInRequestDetail_base : BaseModel {
|
|
|
|
|
|
internal int _validId,_OvalidId;
|
|
internal string _flowNo = String.Empty,_OflowNo= String.Empty;
|
|
internal string _preInOrder = String.Empty,_OpreInOrder= String.Empty;
|
|
internal int _purch_d_id,_Opurch_d_id;
|
|
internal int _skuId,_OskuId;
|
|
internal string _skuCode = String.Empty,_OskuCode= String.Empty;
|
|
internal string _orderNo = String.Empty,_OorderNo= String.Empty;
|
|
internal string _goodsId = String.Empty,_OgoodsId= String.Empty;
|
|
internal string _goodsName = String.Empty,_OgoodsName= String.Empty;
|
|
internal decimal _validCount,_OvalidCount;
|
|
internal decimal _countIn,_OcountIn;
|
|
internal decimal _orderCount,_OorderCount;
|
|
internal decimal _receiveCount,_OreceiveCount;
|
|
internal decimal _seedOutCnt,_OseedOutCnt;
|
|
internal string _batch = String.Empty,_Obatch= String.Empty;
|
|
internal string _productDate = String.Empty,_OproductDate= String.Empty;
|
|
internal string _barcode = String.Empty,_Obarcode= String.Empty;
|
|
internal int _whType,_OwhType;
|
|
internal string _validbyAccount1 = String.Empty,_OvalidbyAccount1= String.Empty;
|
|
internal string _validbyAccount = String.Empty,_OvalidbyAccount= String.Empty;
|
|
internal string _validDate = String.Empty,_OvalidDate= String.Empty;
|
|
internal string _regeditCode = String.Empty,_OregeditCode= String.Empty;
|
|
internal string _manufacturer = String.Empty,_Omanufacturer= String.Empty;
|
|
internal int _state,_Ostate;
|
|
internal string _description = String.Empty,_Odescription= String.Empty;
|
|
internal string _entid = String.Empty,_Oentid= String.Empty;
|
|
internal int _partion,_Opartion;
|
|
internal int _Ooperater;
|
|
internal int _outDetailId,_OoutDetailId;
|
|
internal string _poNo = String.Empty,_OpoNo= String.Empty;
|
|
internal string _taskNo = String.Empty,_OtaskNo= String.Empty;
|
|
|
|
internal string _createtime = String.Empty,_Ocreatetime= String.Empty;
|
|
|
|
|
|
public WmsInRequestDetail_base () {
|
|
}
|
|
public WmsInRequestDetail_base (int id) {
|
|
_id=id;
|
|
getModel();
|
|
}
|
|
public WmsInRequestDetail_base(DataRow dr)
|
|
{
|
|
getModel(dr);
|
|
}
|
|
public WmsInRequestDetail_base(System.Data.SqlClient.SqlConnection _Conn)
|
|
: base(_Conn)
|
|
{
|
|
|
|
}
|
|
protected override void getImp()
|
|
{
|
|
model_imp = new WmsInRequestDetail_base_Imp();
|
|
}
|
|
#region Public Properties
|
|
public int validId{
|
|
get {return _validId;}
|
|
set {_validId = value;}
|
|
}
|
|
|
|
public string flowNo{
|
|
get {return _flowNo;}
|
|
set {_flowNo = value;}
|
|
}
|
|
|
|
public string preInOrder{
|
|
get {return _preInOrder;}
|
|
set {_preInOrder = value;}
|
|
}
|
|
|
|
public int purch_d_id{
|
|
get {return _purch_d_id;}
|
|
set {_purch_d_id = value;}
|
|
}
|
|
|
|
public int skuId{
|
|
get {return _skuId;}
|
|
set {_skuId = value;}
|
|
}
|
|
|
|
public string skuCode{
|
|
get {return _skuCode;}
|
|
set {_skuCode = value;}
|
|
}
|
|
|
|
public string orderNo{
|
|
get {return _orderNo;}
|
|
set {_orderNo = value;}
|
|
}
|
|
|
|
public string goodsId{
|
|
get {return _goodsId;}
|
|
set {_goodsId = value;}
|
|
}
|
|
|
|
public string goodsName{
|
|
get {return _goodsName;}
|
|
set {_goodsName = value;}
|
|
}
|
|
|
|
public decimal validCount{
|
|
get {return _validCount;}
|
|
set {_validCount = value;}
|
|
}
|
|
|
|
public decimal countIn{
|
|
get {return _countIn;}
|
|
set {_countIn = value;}
|
|
}
|
|
|
|
public decimal orderCount{
|
|
get {return _orderCount;}
|
|
set {_orderCount = value;}
|
|
}
|
|
|
|
public decimal receiveCount{
|
|
get {return _receiveCount;}
|
|
set {_receiveCount = value;}
|
|
}
|
|
|
|
public decimal seedOutCnt{
|
|
get {return _seedOutCnt;}
|
|
set {_seedOutCnt = value;}
|
|
}
|
|
|
|
public string batch{
|
|
get {return _batch;}
|
|
set {_batch = value;}
|
|
}
|
|
|
|
public string productDate{
|
|
get {return _productDate;}
|
|
set {_productDate = value;}
|
|
}
|
|
|
|
public string barcode{
|
|
get {return _barcode;}
|
|
set {_barcode = value;}
|
|
}
|
|
|
|
public int whType{
|
|
get {return _whType;}
|
|
set {_whType = value;}
|
|
}
|
|
|
|
public string validbyAccount1{
|
|
get {return _validbyAccount1;}
|
|
set {_validbyAccount1 = value;}
|
|
}
|
|
|
|
public string validbyAccount{
|
|
get {return _validbyAccount;}
|
|
set {_validbyAccount = value;}
|
|
}
|
|
|
|
public string validDate{
|
|
get {return _validDate;}
|
|
set {_validDate = value;}
|
|
}
|
|
|
|
public string regeditCode{
|
|
get {return _regeditCode;}
|
|
set {_regeditCode = value;}
|
|
}
|
|
|
|
public string manufacturer{
|
|
get {return _manufacturer;}
|
|
set {_manufacturer = value;}
|
|
}
|
|
|
|
public int state{
|
|
get {return _state;}
|
|
set {_state = value;}
|
|
}
|
|
|
|
public string description{
|
|
get {return _description;}
|
|
set {_description = value;}
|
|
}
|
|
|
|
public string entid{
|
|
get {return _entid;}
|
|
set {_entid = value;}
|
|
}
|
|
|
|
public int partion{
|
|
get {return _partion;}
|
|
set {_partion = value;}
|
|
}
|
|
|
|
public int operater{
|
|
get {return _operater;}
|
|
set {_operater = value;}
|
|
}
|
|
|
|
public int outDetailId{
|
|
get {return _outDetailId;}
|
|
set {_outDetailId = value;}
|
|
}
|
|
|
|
public string poNo{
|
|
get {return _poNo;}
|
|
set {_poNo = value;}
|
|
}
|
|
|
|
public string taskNo{
|
|
get {return _taskNo;}
|
|
set {_taskNo = value;}
|
|
}
|
|
|
|
public string lastmodified{
|
|
get {return _lastmodified;}
|
|
|
|
}
|
|
|
|
public string createtime{
|
|
get {return _createtime;}
|
|
set {_createtime = value;}
|
|
}
|
|
|
|
public bool dr{
|
|
get {return _dr;}
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
#region fieldNames
|
|
public enum fields{validId,flowNo,preInOrder,purch_d_id,skuId,skuCode,orderNo,goodsId,goodsName,validCount,countIn,orderCount,receiveCount,seedOutCnt,batch,productDate,barcode,whType,validbyAccount1,validbyAccount,validDate,regeditCode,manufacturer,state,description,entid,partion,operater,outDetailId,poNo,taskNo}
|
|
#endregion
|
|
|
|
|
|
}
|
|
#endregion
|
|
}
|