using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Pur.Entity.configureEntity
{
[Serializable]
public class PurCkRecBillEntity:MatAttr
{
private string itemUseUom;
///
/// 是否使用采购单位
///
public string ItemUseUom
{
set { itemUseUom = value; }
get { return itemUseUom; }
}
private string itemUom;
///
/// 采购单位(个、袋、桶)
///
public string ItemUom
{
set { itemUom = value; }
get { return itemUom; }
}
private Double? itemUomConefficient;
///
/// 转换系数
///
public Double? ItemUomConefficient
{
set { itemUomConefficient = value; }
get { return itemUomConefficient; }
}
private string weightUnit;
///
/// 库存单位
///
public string WeightUnit
{
set { weightUnit = value; }
get { return weightUnit; }
}
private string itemModel;
///
/// 物料材质
///
public string ItemModel
{
set { itemModel = value; }
get { return itemModel; }
}
private string shipToId;
///
/// 发货到点
///
public string ShipToId
{
set { shipToId = value; }
get { return shipToId; }
}
private string shipFromId;
///
/// 发货起点
///
public string ShipFromId
{
set { shipFromId = value; }
get { return shipFromId; }
}
private string invMaterialType;
///
/// 库存物料方式
///
public string InvMaterialType
{
set { invMaterialType = value; }
get { return invMaterialType; }
}
private string invPriceType;
///
/// 库存计价方式
///
public string InvPriceType
{
set { invPriceType = value; }
get { return invPriceType; }
}
private string measureInspectType;
///
/// 计量质检标志
///
public string MeasureInspectType
{
set { measureInspectType = value; }
get { return measureInspectType; }
}
private Double? bugPrice;
///
/// 预算价
///
public Double? BugPrice
{
set { bugPrice = value; }
get { return bugPrice; }
}
private Double? asnQty;
///
/// 应到货量
///
public Double? AsnQty
{
set { asnQty = value; }
get { return asnQty; }
}
private Double? recQty;
///
/// 实际收货量
///
public Double? RecQty
{
set { recQty = value; }
get { return recQty; }
}
private Double? recPassQty;
///
/// 合格收货量
///
public Double? RecPassQty
{
set { recPassQty = value; }
get { return recPassQty; }
}
private string currencyCode;
///
/// 币种代码
///
public string CurrencyCode
{
set { currencyCode = value; }
get { return currencyCode; }
}
private Double? exchangeRate;
///
/// 兑换汇率
///
public Double? ExchangeRate
{
set { exchangeRate = value; }
get { return exchangeRate; }
}
private Double? contractAmt;
///
/// 合同本金总金额
///
public Double? ContractAmt
{
set { contractAmt = value; }
get { return contractAmt; }
}
private Double? feeAmt;
///
/// 运杂费总金额
///
public Double? FeeAmt
{
set { feeAmt = value; }
get { return feeAmt; }
}
private string receiveType;
///
/// 入库类型
///
public string ReceiveType
{
set { receiveType = value; }
get { return receiveType; }
}
private Double? inStockAmt;
///
/// 入库金额
///
public Double? InStockAmt
{
set { inStockAmt = value; }
get { return inStockAmt; }
}
private string invLogic;
///
/// 逻辑库区
///
public string InvLogic
{
set { invLogic = value; }
get { return invLogic; }
}
private string invPhysic;
///
/// 物理库区
///
public string InvPhysic
{
set { invPhysic = value; }
get { return invPhysic; }
}
private string tempPos;
///
/// 临时存放位置(库位)
///
public string TempPos
{
set { tempPos = value; }
get { return tempPos; }
}
private string expenseType;
///
/// 费用类型
///
public string ExpenseType
{
set { expenseType = value; }
get { return expenseType; }
}
private string isRec;
///
/// 是否入库前付款
///
public string IsRec
{
set { isRec = value; }
get { return isRec; }
}
private string buyerName;
///
/// 采购员
///
public string BuyerName
{
set { buyerName = value; }
get { return buyerName; }
}
private string srcBuyerName;
///
/// 寻源采购员
///
public string SrcBuyerName
{
set { srcBuyerName = value; }
get { return srcBuyerName; }
}
private Double? invoicedQty;
///
/// 已结算量
///
public Double? InvoicedQty
{
set { invoicedQty = value; }
get { return invoicedQty; }
}
private Double? invoicedAmt;
///
/// 已结算金额
///
public Double? InvoicedAmt
{
set { invoicedAmt = value; }
get { return invoicedAmt; }
}
private string projectNo;
///
/// 项目号
///
public string ProjectNo
{
set { projectNo = value; }
get { return projectNo; }
}
private string buyerDeptCode;
///
/// 采购管理部门代码
///
public string BuyerDeptCode
{
set { buyerDeptCode = value; }
get { return buyerDeptCode; }
}
private string buyerDeptDesc;
///
/// 采购管理部门描叙
///
public string BuyerDeptDesc
{
set { buyerDeptDesc = value; }
get { return buyerDeptDesc; }
}
private string checkUserid;
///
/// 检验人账号
///
public string CheckUserid
{
set { checkUserid = value; }
get { return checkUserid; }
}
private string checkUsername;
///
/// 检验人姓名
///
public string CheckUsername
{
set { checkUsername = value; }
get { return checkUsername; }
}
private string checkDate;
///
/// 检验日期
///
public string CheckDate
{
set { checkDate = value; }
get { return checkDate; }
}
private string costCenter;
///
/// 成本中心
///
public string CostCenter
{
set { costCenter = value; }
get { return costCenter; }
}
private DateTime? recDate;
///
/// 收货日期
///
public DateTime? RecDate
{
set { recDate = value; }
get { return recDate; }
}
private string suppCode;
///
/// 供应商代码
///
public string SuppCode
{
set { suppCode = value; }
get { return suppCode; }
}
private string suppName;
///
/// 供应商名称
///
public string SuppName
{
set { suppName = value; }
get { return suppName; }
}
private string companyCode;
///
/// 公司代码
///
public string CompanyCode
{
set { companyCode = value; }
get { return companyCode; }
}
private string companyName;
///
/// 公司中文名称
///
public string CompanyName
{
set { companyName = value; }
get { return companyName; }
}
private string remark;
///
/// 备注
///
public string Remark
{
set { remark = value; }
get { return remark; }
}
private string reviewState;
///
/// 审批状态
///
public string ReviewState
{
set { reviewState = value; }
get { return reviewState; }
}
private string validflag;
///
/// 数据状态(有效、无效)
///
public string Validflag
{
set { validflag = value; }
get { return validflag; }
}
private string createName;
///
/// 创建人
///
public string CreateName
{
set { createName = value; }
get { return createName; }
}
private DateTime? createTime;
///
/// 创建时间
///
public DateTime? CreateTime
{
set { createTime = value; }
get { return createTime; }
}
private string createUserid;
///
/// 创建人ID
///
public string CreateUserid
{
set { createUserid = value; }
get { return createUserid; }
}
private string updateName;
///
/// 修改人
///
public string UpdateName
{
set { updateName = value; }
get { return updateName; }
}
private DateTime? updateTime;
///
/// 修改时间
///
public DateTime? UpdateTime
{
set { updateTime = value; }
get { return updateTime; }
}
private string updateUserid;
///
/// 修改人ID
///
public string UpdateUserid
{
set { updateUserid = value; }
get { return updateUserid; }
}
private string deleteName;
///
/// 废除人
///
public string DeleteName
{
set { deleteName = value; }
get { return deleteName; }
}
private DateTime? deleteTime;
///
/// 废除时间
///
public DateTime? DeleteTime
{
set { deleteTime = value; }
get { return deleteTime; }
}
private string deleteUserid;
///
/// 废除人ID
///
public string DeleteUserid
{
set { deleteUserid = value; }
get { return deleteUserid; }
}
private string recId;
///
/// 收货单号(行号)
///
public string RecId
{
set { recId = value; }
get { return recId; }
}
private string recMrId;
///
/// 收货单号
///
public string RecMrId
{
set { recMrId = value; }
get { return recMrId; }
}
private string orderId;
///
/// 合同号
///
public string OrderId
{
set { orderId = value; }
get { return orderId; }
}
private string orderLineSqe;
///
/// 合同行号
///
public string OrderLineSqe
{
set { orderLineSqe = value; }
get { return orderLineSqe; }
}
private string status;
///
/// 状态
///
public string Status
{
set { status = value; }
get { return status; }
}
private string itemCode;
///
/// 物料编码
///
public string ItemCode
{
set { itemCode = value; }
get { return itemCode; }
}
private string itemDesc;
///
/// 物料描述
///
public string ItemDesc
{
set { itemDesc = value; }
get { return itemDesc; }
}
private string itemName;
///
/// 物料名称
///
public string ItemName
{
set { itemName = value; }
get { return itemName; }
}
private string itemDescE;
///
/// 物料英文名称
///
public string ItemDescE
{
set { itemDescE = value; }
get { return itemDescE; }
}
private string recCls;
///
/// 接收方式
///
public string RecCls
{
get { return recCls; }
set { recCls = value; }
}
}
}