using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Pur.Entity.configureEntity { [Serializable] public class PurCkInBillEntity:MatAttr { private string inStockNo; /// /// 入库单号(行号) /// public string InStockNo { set { inStockNo = value; } get { return inStockNo; } } private string matchid; public string Matchid { get { return matchid; } set { matchid = value; } } private string inStockMrNo; /// /// 入库单号 /// public string InStockMrNo { set { inStockMrNo = value; } get { return inStockMrNo; } } private string putawayType; /// /// 入库性质 /// public string PutawayType { set { putawayType = value; } get { return putawayType; } } private string recId; /// /// 收货单号 /// public string RecId { set { recId = value; } get { return recId; } } private string refeId; /// /// 参考单号 /// public string RefeId { set { refeId = value; } get { return refeId; } } private string refType; /// /// 参考单类别 /// public string RefType { set { refType = value; } get { return refType; } } private string status; /// /// 状态 /// public string Status { set { status = value; } get { return status; } } private string orderId; /// /// 合同号 /// public string OrderId { set { orderId = value; } get { return orderId; } } /** 入库单位ID */ private String operateOrgId; public String OperateOrgId { get { return operateOrgId; } set { operateOrgId = value; } } /** 入库单位名称 */ private String operateOrgName; public String OperateOrgName { get { return operateOrgName; } set { operateOrgName = value; } } private string orderLineSqe; /// /// 合同行号 /// public string OrderLineSqe { set { orderLineSqe = value; } get { return orderLineSqe; } } private string mrId; /// /// 申请单号 /// public string MrId { set { mrId = value; } get { return mrId; } } 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 itemSpec; /// /// 物料规格 /// public string ItemSpec { set { itemSpec = value; } get { return itemSpec; } } 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 accountPeriod; /// /// 会计期 /// public string AccountPeriod { set { accountPeriod = value; } get { return accountPeriod; } } private string invId; /// /// 库存记录号 /// public string InvId { set { invId = value; } get { return invId; } } 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 invPos; /// /// 库区储位 /// public string InvPos { set { invPos = value; } get { return invPos; } } private string receiveType; /// /// 入库类型 /// public string ReceiveType { set { receiveType = value; } get { return receiveType; } } private Double? inNum; /// /// 入库量 /// public Double? InNum { set { inNum = value; } get { return inNum; } } private string inStockAmt; /// /// 入库金额 /// public string InStockAmt { set { inStockAmt = value; } get { return inStockAmt; } } private Double? currencyCode; /// /// 币种代码 /// public Double? CurrencyCode { set { currencyCode = value; } get { return currencyCode; } } private string exchangeRate; /// /// 兑换汇率 /// public string ExchangeRate { set { exchangeRate = value; } get { return exchangeRate; } } private Double? primaryAmount; /// /// 原币金额 /// public Double? PrimaryAmount { set { primaryAmount = value; } get { return primaryAmount; } } 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 Double? bugPrice; /// /// 预算价 /// public Double? BugPrice { set { bugPrice = value; } get { return bugPrice; } } private Double? expenseType; /// /// 费用类型 /// public Double? ExpenseType { set { expenseType = value; } get { return expenseType; } } private string projectNo; /// /// 项目号 /// public string ProjectNo { set { projectNo = value; } get { return projectNo; } } private string invResponser; /// /// 库存责任人 /// public string InvResponser { set { invResponser = value; } get { return invResponser; } } 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 invPosExecuteUser; /// /// 库区储位指定人 /// public string InvPosExecuteUser { set { invPosExecuteUser = value; } get { return invPosExecuteUser; } } private DateTime? invPosExecuteDate; /// /// 库区储位指定日期 /// public DateTime? InvPosExecuteDate { set { invPosExecuteDate = value; } get { return invPosExecuteDate; } } private DateTime? instockDate; /// /// 入库时间 /// public DateTime? InstockDate { set { instockDate = value; } get { return instockDate; } } 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 checkUserName; public string CheckUserName { get { return checkUserName; } set { checkUserName = value; } } private string putawayCreatorUser; /// /// 入库单创建者 /// public string PutawayCreatorUser { set { putawayCreatorUser = value; } get { return putawayCreatorUser; } } 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 DateTime? checkDate; /// /// 检验日期 /// public DateTime? CheckDate { set { checkDate = value; } get { return checkDate; } } private string checkUsername; /// /// 检验人姓名 /// public string CheckUsername { set { checkUsername = value; } get { return checkUsername; } } private string checkUserid; /// /// 检验人账号 /// public string CheckUserid { set { checkUserid = value; } get { return checkUserid; } } private string checkResult; /// /// 综合判定 /// public string CheckResult { set { checkResult = value; } get { return checkResult; } } private Double? recQty; /// /// 实际收货量 /// public Double? RecQty { set { recQty = value; } get { return recQty; } } private string result; /// /// 检验结果 /// public string Result { set { result = value; } get { return result; } } private Double? recPassQty; /// /// 合格收货量 /// public Double? RecPassQty { set { recPassQty = value; } get { return recPassQty; } } private Double? asnQty; /// /// 应到货量 /// public Double? AsnQty { set { asnQty = value; } get { return asnQty; } } private string packageType; /// /// 包装方式 /// public string PackageType { set { packageType = value; } get { return packageType; } } private string packageUnit; /// /// 包装单位 /// public string PackageUnit { set { packageUnit = value; } get { return packageUnit; } } private Double? unitWeight; /// /// 每袋重量 /// public Double? UnitWeight { set { unitWeight = value; } get { return unitWeight; } } private Double? kzQty; /// /// 扣杂量 /// public Double? KzQty { set { kzQty = value; } get { return kzQty; } } private Double? jlQty; /// /// 计量结果 /// public Double? JlQty { set { jlQty = value; } get { return jlQty; } } private string packageQty; /// /// 包装数 /// public string PackageQty { set { packageQty = value; } get { return packageQty; } } private Double? deduction2; /// /// 扣机铁 /// public Double? Deduction2 { set { deduction2 = value; } get { return deduction2; } } private Double? deduction3; /// /// 扣超长 /// public Double? Deduction3 { set { deduction3 = value; } get { return deduction3; } } private Double? deduction4; /// /// 扣轻薄 /// public Double? Deduction4 { set { deduction4 = value; } get { return deduction4; } } private string purLineId; /// /// 采购计划行号 /// public string PurLineId { set { packageQty = value; } get { return packageQty; } } private String[] purLineIds; /// /// 采购计划行号数组 /// public String[] PurLineIds { get { return purLineIds; } set { purLineIds = value; } } private string isPrint; /// /// 是否已打印入库单 /// public string IsPrint { set { isPrint = value; } get { return isPrint; } } private string matBatchNo; /// /// 物料批号 /// public string MatBatchNo { set { matBatchNo = value; } get { return matBatchNo; } } private string checkNo; /// /// 检验批号 /// public string CheckNo { get { return checkNo; } set { checkNo = value; } } private string batchNo; /// /// 生产批次 /// public string BatchNo { get { return batchNo; } set { batchNo = value; } } private string printCode; /// /// 打印编号 /// public string PrintCode { get { return printCode; } set { printCode = value; } } private string deliveryLocationCode; /// /// 交付地址编码 /// public string DeliveryLocationCode { set { deliveryLocationCode = value; } get { return deliveryLocationCode; } } private string deliveryLocation; /// /// 交付地址 /// public string DeliveryLocation { set { deliveryLocation = value; } get { return deliveryLocation; } } /** 送货子单行号 */ private String[] deliverySubLineSqes; public String[] DeliverySubLineSqes { get { return deliverySubLineSqes; } set { deliverySubLineSqes = value; } } private Double? gross; /// /// 毛重 /// public Double? Gross { set { gross = value; } get { return gross; } } private Double? tare; /// /// 皮重 /// public Double? Tare { set { tare = value; } get { return tare; } } private DateTime? suttletime; /// /// 净重时间 /// public DateTime? Suttletime { set { suttletime = value; } get { return suttletime; } } private string carNum; /// /// 车牌号 /// public string CarNum { set { carNum = value; } get { return carNum; } } private string unit; /// /// 科室 /// public string Unit { set { unit = value; } get { return unit; } } private string basePriceName; /// /// 价格政策名称 /// public string BasePriceName { set { basePriceName = value; } get { return basePriceName; } } private string basePriceId; /// /// 价格政策id /// public string BasePriceId { set { basePriceId = value; } get { return basePriceId; } } private Double? txtLEN_DEDUCT_PRICE; /// /// 超长扣减 /// public Double? TxtLEN_DEDUCT_PRICE { set { txtLEN_DEDUCT_PRICE = value; } get { return txtLEN_DEDUCT_PRICE; } } private Double? txt_honour; /// /// 承兑加价 /// public Double? Txt_honour { set { txt_honour = value; } get { return txt_honour; } } private Double? txt_volume; /// /// 保量加价 /// public Double? Txt_volume { set { txt_volume = value; } get { return txt_volume; } } private Double? txt_check; /// /// 考核 /// public Double? Txt_check { set { txt_check = value; } get { return txt_check; } } } }