package com.chinaitop.depot.business.model; import java.util.Date; public class BusinessDeliveryStorageNotice { /*private String agreementNumber;//协议编号 public String getAgreementNumber() { return agreementNumber; } public void setAgreementNumber(String agreementNumber) { this.agreementNumber = agreementNumber; }*/ //业务字段(用于通知单新增) private Integer grainProducingArea; //业务字段(是否合并过) private String isMerge; //本次结算数量 private String yjssl; /** * 是否有过合并(0:有过,1:没有) * @return */ public String getIsMerge() { return isMerge; } /** * 是否有过合并(0:有过,1:没有) * @param isMerge */ public void setIsMerge(String isMerge) { this.isMerge = isMerge; } public Integer getGrainProducingArea() { return grainProducingArea; } public void setGrainProducingArea(Integer grainProducingArea) { this.grainProducingArea = grainProducingArea; } /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer id; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_type * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String billType; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_type_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer billTypeId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String billNumber; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.shiping_count * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String shipingCount; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.finished_count * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String finishedCount; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.received_money * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String receivedMoney; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.customer_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer customerBid; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.customer_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String customerNumber; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.mobile * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String mobile; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.delivery_customer * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String deliveryCustomer; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.contract * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String contract; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.contract_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer contractBid; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.plan_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String planNumber; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.plan_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer planBid; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_memo * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String billMemo; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.grain_price * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String grainPrice; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.money_quantity * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String moneyQuantity; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.grain_annual * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer grainAnnual; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.warehouse * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer warehouse; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.goods_location * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer goodsLocation; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.audit_state * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String auditState; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.storage_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Date storageTime; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.process_instance_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String processInstanceId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.process_definition_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String processDefinitionId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.quality_standard * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String qualityStandard; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.agree_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Date agreeTime; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_man * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String billMan; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_date * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Date billDate; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.bill_unit * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String billUnit; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.house_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer houseId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.house_name * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String houseName; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.warehouse_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer warehouseId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.warehouse_name * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String warehouseName; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.creater * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String creater; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.create_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Date createTime; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.create_unit * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String createUnit; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.create_depot * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String createDepot; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.update_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Date updateTime; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.org_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer orgId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.in_application * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer inApplication; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.creater_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer createrId; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.root_contract_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer rootContractBid; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.identification * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String identification; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.carNumber * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String carnumber; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.updatetime * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ //private Date updatetime; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.changing * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String changing; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.change_record_flag * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String changeRecordFlag; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.root_notice_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer rootNoticeBid; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.original_notice * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String originalNotice; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.original_notice_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Integer originalNoticeBid; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.change_reason * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String changeReason; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.change_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private Date changeTime; /** * This field was generated by MyBatis Generator. * This field corresponds to the database column business_delivery_storage_notice.change_content * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ private String changeContent; /** * 粮权所属 */ private String lqss; /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.id * * @return the value of business_delivery_storage_notice.id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getId() { return id; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.id * * @param id the value for business_delivery_storage_notice.id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setId(Integer id) { this.id = id; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_type * * @return the value of business_delivery_storage_notice.bill_type * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getBillType() { return billType; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_type * * @param billType the value for business_delivery_storage_notice.bill_type * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillType(String billType) { this.billType = billType == null ? null : billType.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_type_id * * @return the value of business_delivery_storage_notice.bill_type_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getBillTypeId() { return billTypeId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_type_id * * @param billTypeId the value for business_delivery_storage_notice.bill_type_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillTypeId(Integer billTypeId) { this.billTypeId = billTypeId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_number * * @return the value of business_delivery_storage_notice.bill_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getBillNumber() { return billNumber; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_number * * @param billNumber the value for business_delivery_storage_notice.bill_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillNumber(String billNumber) { this.billNumber = billNumber == null ? null : billNumber.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.shiping_count * * @return the value of business_delivery_storage_notice.shiping_count * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getShipingCount() { return shipingCount; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.shiping_count * * @param shipingCount the value for business_delivery_storage_notice.shiping_count * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setShipingCount(String shipingCount) { this.shipingCount = shipingCount == null ? null : shipingCount.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.finished_count * * @return the value of business_delivery_storage_notice.finished_count * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getFinishedCount() { return finishedCount; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.finished_count * * @param finishedCount the value for business_delivery_storage_notice.finished_count * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setFinishedCount(String finishedCount) { this.finishedCount = finishedCount == null ? null : finishedCount.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.received_money * * @return the value of business_delivery_storage_notice.received_money * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getReceivedMoney() { return receivedMoney; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.received_money * * @param receivedMoney the value for business_delivery_storage_notice.received_money * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setReceivedMoney(String receivedMoney) { this.receivedMoney = receivedMoney == null ? null : receivedMoney.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.customer_bid * * @return the value of business_delivery_storage_notice.customer_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getCustomerBid() { return customerBid; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.customer_bid * * @param customerBid the value for business_delivery_storage_notice.customer_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCustomerBid(Integer customerBid) { this.customerBid = customerBid; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.customer_number * * @return the value of business_delivery_storage_notice.customer_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getCustomerNumber() { return customerNumber; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.customer_number * * @param customerNumber the value for business_delivery_storage_notice.customer_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCustomerNumber(String customerNumber) { this.customerNumber = customerNumber == null ? null : customerNumber.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.mobile * * @return the value of business_delivery_storage_notice.mobile * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getMobile() { return mobile; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.mobile * * @param mobile the value for business_delivery_storage_notice.mobile * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setMobile(String mobile) { this.mobile = mobile == null ? null : mobile.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.delivery_customer * * @return the value of business_delivery_storage_notice.delivery_customer * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getDeliveryCustomer() { return deliveryCustomer; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.delivery_customer * * @param deliveryCustomer the value for business_delivery_storage_notice.delivery_customer * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setDeliveryCustomer(String deliveryCustomer) { this.deliveryCustomer = deliveryCustomer == null ? null : deliveryCustomer.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.contract * * @return the value of business_delivery_storage_notice.contract * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getContract() { return contract; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.contract * * @param contract the value for business_delivery_storage_notice.contract * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setContract(String contract) { this.contract = contract == null ? null : contract.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.contract_bid * * @return the value of business_delivery_storage_notice.contract_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getContractBid() { return contractBid; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.contract_bid * * @param contractBid the value for business_delivery_storage_notice.contract_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setContractBid(Integer contractBid) { this.contractBid = contractBid; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.plan_number * * @return the value of business_delivery_storage_notice.plan_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getPlanNumber() { return planNumber; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.plan_number * * @param planNumber the value for business_delivery_storage_notice.plan_number * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setPlanNumber(String planNumber) { this.planNumber = planNumber == null ? null : planNumber.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.plan_bid * * @return the value of business_delivery_storage_notice.plan_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getPlanBid() { return planBid; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.plan_bid * * @param planBid the value for business_delivery_storage_notice.plan_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setPlanBid(Integer planBid) { this.planBid = planBid; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_memo * * @return the value of business_delivery_storage_notice.bill_memo * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getBillMemo() { return billMemo; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_memo * * @param billMemo the value for business_delivery_storage_notice.bill_memo * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillMemo(String billMemo) { this.billMemo = billMemo == null ? null : billMemo.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.grain_price * * @return the value of business_delivery_storage_notice.grain_price * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getGrainPrice() { return grainPrice; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.grain_price * * @param grainPrice the value for business_delivery_storage_notice.grain_price * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setGrainPrice(String grainPrice) { this.grainPrice = grainPrice == null ? null : grainPrice.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.money_quantity * * @return the value of business_delivery_storage_notice.money_quantity * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getMoneyQuantity() { return moneyQuantity; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.money_quantity * * @param moneyQuantity the value for business_delivery_storage_notice.money_quantity * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setMoneyQuantity(String moneyQuantity) { this.moneyQuantity = moneyQuantity == null ? null : moneyQuantity.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.grain_annual * * @return the value of business_delivery_storage_notice.grain_annual * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getGrainAnnual() { return grainAnnual; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.grain_annual * * @param grainAnnual the value for business_delivery_storage_notice.grain_annual * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setGrainAnnual(Integer grainAnnual) { this.grainAnnual = grainAnnual; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.warehouse * * @return the value of business_delivery_storage_notice.warehouse * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getWarehouse() { return warehouse; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.warehouse * * @param warehouse the value for business_delivery_storage_notice.warehouse * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setWarehouse(Integer warehouse) { this.warehouse = warehouse; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.goods_location * * @return the value of business_delivery_storage_notice.goods_location * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getGoodsLocation() { return goodsLocation; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.goods_location * * @param goodsLocation the value for business_delivery_storage_notice.goods_location * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setGoodsLocation(Integer goodsLocation) { this.goodsLocation = goodsLocation; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.audit_state * * @return the value of business_delivery_storage_notice.audit_state * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getAuditState() { return auditState; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.audit_state * * @param auditState the value for business_delivery_storage_notice.audit_state * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setAuditState(String auditState) { this.auditState = auditState == null ? null : auditState.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.storage_time * * @return the value of business_delivery_storage_notice.storage_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Date getStorageTime() { return storageTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.storage_time * * @param storageTime the value for business_delivery_storage_notice.storage_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setStorageTime(Date storageTime) { this.storageTime = storageTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.process_instance_id * * @return the value of business_delivery_storage_notice.process_instance_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getProcessInstanceId() { return processInstanceId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.process_instance_id * * @param processInstanceId the value for business_delivery_storage_notice.process_instance_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setProcessInstanceId(String processInstanceId) { this.processInstanceId = processInstanceId == null ? null : processInstanceId.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.process_definition_id * * @return the value of business_delivery_storage_notice.process_definition_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getProcessDefinitionId() { return processDefinitionId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.process_definition_id * * @param processDefinitionId the value for business_delivery_storage_notice.process_definition_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setProcessDefinitionId(String processDefinitionId) { this.processDefinitionId = processDefinitionId == null ? null : processDefinitionId.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.quality_standard * * @return the value of business_delivery_storage_notice.quality_standard * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getQualityStandard() { return qualityStandard; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.quality_standard * * @param qualityStandard the value for business_delivery_storage_notice.quality_standard * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setQualityStandard(String qualityStandard) { this.qualityStandard = qualityStandard == null ? null : qualityStandard.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.agree_time * * @return the value of business_delivery_storage_notice.agree_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Date getAgreeTime() { return agreeTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.agree_time * * @param agreeTime the value for business_delivery_storage_notice.agree_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setAgreeTime(Date agreeTime) { this.agreeTime = agreeTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_man * * @return the value of business_delivery_storage_notice.bill_man * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getBillMan() { return billMan; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_man * * @param billMan the value for business_delivery_storage_notice.bill_man * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillMan(String billMan) { this.billMan = billMan == null ? null : billMan.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_date * * @return the value of business_delivery_storage_notice.bill_date * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Date getBillDate() { return billDate; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_date * * @param billDate the value for business_delivery_storage_notice.bill_date * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillDate(Date billDate) { this.billDate = billDate; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.bill_unit * * @return the value of business_delivery_storage_notice.bill_unit * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getBillUnit() { return billUnit; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.bill_unit * * @param billUnit the value for business_delivery_storage_notice.bill_unit * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setBillUnit(String billUnit) { this.billUnit = billUnit == null ? null : billUnit.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.house_id * * @return the value of business_delivery_storage_notice.house_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getHouseId() { return houseId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.house_id * * @param houseId the value for business_delivery_storage_notice.house_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setHouseId(Integer houseId) { this.houseId = houseId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.house_name * * @return the value of business_delivery_storage_notice.house_name * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getHouseName() { return houseName; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.house_name * * @param houseName the value for business_delivery_storage_notice.house_name * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setHouseName(String houseName) { this.houseName = houseName == null ? null : houseName.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.warehouse_id * * @return the value of business_delivery_storage_notice.warehouse_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getWarehouseId() { return warehouseId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.warehouse_id * * @param warehouseId the value for business_delivery_storage_notice.warehouse_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setWarehouseId(Integer warehouseId) { this.warehouseId = warehouseId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.warehouse_name * * @return the value of business_delivery_storage_notice.warehouse_name * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getWarehouseName() { return warehouseName; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.warehouse_name * * @param warehouseName the value for business_delivery_storage_notice.warehouse_name * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setWarehouseName(String warehouseName) { this.warehouseName = warehouseName == null ? null : warehouseName.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.creater * * @return the value of business_delivery_storage_notice.creater * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getCreater() { return creater; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.creater * * @param creater the value for business_delivery_storage_notice.creater * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCreater(String creater) { this.creater = creater == null ? null : creater.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.create_time * * @return the value of business_delivery_storage_notice.create_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Date getCreateTime() { return createTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.create_time * * @param createTime the value for business_delivery_storage_notice.create_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCreateTime(Date createTime) { this.createTime = createTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.create_unit * * @return the value of business_delivery_storage_notice.create_unit * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getCreateUnit() { return createUnit; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.create_unit * * @param createUnit the value for business_delivery_storage_notice.create_unit * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCreateUnit(String createUnit) { this.createUnit = createUnit == null ? null : createUnit.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.create_depot * * @return the value of business_delivery_storage_notice.create_depot * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getCreateDepot() { return createDepot; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.create_depot * * @param createDepot the value for business_delivery_storage_notice.create_depot * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCreateDepot(String createDepot) { this.createDepot = createDepot == null ? null : createDepot.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.update_time * * @return the value of business_delivery_storage_notice.update_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Date getUpdateTime() { return updateTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.update_time * * @param updateTime the value for business_delivery_storage_notice.update_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.org_id * * @return the value of business_delivery_storage_notice.org_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getOrgId() { return orgId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.org_id * * @param orgId the value for business_delivery_storage_notice.org_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setOrgId(Integer orgId) { this.orgId = orgId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.in_application * * @return the value of business_delivery_storage_notice.in_application * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getInApplication() { return inApplication; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.in_application * * @param inApplication the value for business_delivery_storage_notice.in_application * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setInApplication(Integer inApplication) { this.inApplication = inApplication; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.creater_id * * @return the value of business_delivery_storage_notice.creater_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getCreaterId() { return createrId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.creater_id * * @param createrId the value for business_delivery_storage_notice.creater_id * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCreaterId(Integer createrId) { this.createrId = createrId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.root_contract_bid * * @return the value of business_delivery_storage_notice.root_contract_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getRootContractBid() { return rootContractBid; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.root_contract_bid * * @param rootContractBid the value for business_delivery_storage_notice.root_contract_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setRootContractBid(Integer rootContractBid) { this.rootContractBid = rootContractBid; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.identification * * @return the value of business_delivery_storage_notice.identification * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getIdentification() { return identification; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.identification * * @param identification the value for business_delivery_storage_notice.identification * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setIdentification(String identification) { this.identification = identification == null ? null : identification.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.carNumber * * @return the value of business_delivery_storage_notice.carNumber * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getCarnumber() { return carnumber; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.carNumber * * @param carnumber the value for business_delivery_storage_notice.carNumber * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setCarnumber(String carnumber) { this.carnumber = carnumber == null ? null : carnumber.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.changing * * @return the value of business_delivery_storage_notice.changing * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getChanging() { return changing; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.changing * * @param changing the value for business_delivery_storage_notice.changing * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setChanging(String changing) { this.changing = changing == null ? null : changing.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.change_record_flag * * @return the value of business_delivery_storage_notice.change_record_flag * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getChangeRecordFlag() { return changeRecordFlag; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.change_record_flag * * @param changeRecordFlag the value for business_delivery_storage_notice.change_record_flag * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setChangeRecordFlag(String changeRecordFlag) { this.changeRecordFlag = changeRecordFlag == null ? null : changeRecordFlag.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.root_notice_bid * * @return the value of business_delivery_storage_notice.root_notice_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getRootNoticeBid() { return rootNoticeBid; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.root_notice_bid * * @param rootNoticeBid the value for business_delivery_storage_notice.root_notice_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setRootNoticeBid(Integer rootNoticeBid) { this.rootNoticeBid = rootNoticeBid; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.original_notice * * @return the value of business_delivery_storage_notice.original_notice * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getOriginalNotice() { return originalNotice; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.original_notice * * @param originalNotice the value for business_delivery_storage_notice.original_notice * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setOriginalNotice(String originalNotice) { this.originalNotice = originalNotice == null ? null : originalNotice.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.original_notice_bid * * @return the value of business_delivery_storage_notice.original_notice_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Integer getOriginalNoticeBid() { return originalNoticeBid; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.original_notice_bid * * @param originalNoticeBid the value for business_delivery_storage_notice.original_notice_bid * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setOriginalNoticeBid(Integer originalNoticeBid) { this.originalNoticeBid = originalNoticeBid; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.change_reason * * @return the value of business_delivery_storage_notice.change_reason * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getChangeReason() { return changeReason; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.change_reason * * @param changeReason the value for business_delivery_storage_notice.change_reason * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setChangeReason(String changeReason) { this.changeReason = changeReason == null ? null : changeReason.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.change_time * * @return the value of business_delivery_storage_notice.change_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public Date getChangeTime() { return changeTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.change_time * * @param changeTime the value for business_delivery_storage_notice.change_time * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setChangeTime(Date changeTime) { this.changeTime = changeTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column business_delivery_storage_notice.change_content * * @return the value of business_delivery_storage_notice.change_content * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public String getChangeContent() { return changeContent; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column business_delivery_storage_notice.change_content * * @param changeContent the value for business_delivery_storage_notice.change_content * * @mbggenerated Tue Aug 25 14:02:58 CST 2020 */ public void setChangeContent(String changeContent) { this.changeContent = changeContent == null ? null : changeContent.trim(); } public String getLqss() { return lqss; } public void setLqss(String lqss) { this.lqss = lqss == null ? null : lqss.trim(); } /** * 已结算数量 * @return */ public String getYjssl() { return yjssl; } /** * 已结算数量 * @param yjssl */ public void setYjssl(String yjssl) { this.yjssl = yjssl == null ? null : yjssl.trim(); } }