123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815 |
- package com.chinaitop.depot.business.model;
-
- import java.util.Date;
-
- import com.fasterxml.jackson.annotation.JsonFormat;
-
- public class BusinessStoreWareDetail {
-
- private String agreementNumber;//协议编号
- private Integer incomingType;//入库类型
-
-
- public Integer getIncomingType() {
- return incomingType;
- }
-
- public void setIncomingType(Integer incomingType) {
- this.incomingType = incomingType;
- }
-
- public String getAgreementNumber() {
- return agreementNumber;
- }
-
- public void setAgreementNumber(String agreementNumber) {
- this.agreementNumber = agreementNumber;
- }
-
- private Integer id;
-
- private Integer zid;
-
- private String type;
-
- private Integer houseId;
-
- private String houseName;
-
- private Integer warehouseId;
-
- private String warehouseName;
-
- private Date createTime;
-
- private Integer orgId;
-
- private Integer grainKind;
-
- private Integer grainDetailKind;
-
- private Integer grainGrade;
-
- private Integer grainAttribute;
-
- private Integer grainAnnual;
-
- private Integer grainProducingArea;
-
- private String inPrice;
-
- private String inCount;
-
- private String inDetailTotalPrice;
-
- @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
- private Date inputTime;
-
- private Integer state;
-
- private Integer productiveYear;
-
- private String remainingNumber;
-
- private String outPrice;
-
- private String outCount;
-
- private String outDetailTotalPrice;
-
- private String outRemainingNumber;
-
- private String jstzdId;
-
-
-
- public String getJstzdId() {
- return jstzdId;
- }
-
- public void setJstzdId(String jstzdId) {
- this.jstzdId = jstzdId;
- }
-
- // 业务字段
- private String planRemainingNumber;
- private String planOutRemainingNumber;
- private boolean checked;
- private String noticeNumber;
- private String crktype;
- private String contractNumber;
- private String ywtype;
- // private Date outgoingPeriod;
-
- private String outgoingPeriod;
-
- private String forwardingUnit;
- private String receiveUnit;
- private String resion;
- private Integer wareHouseId;
- private String count;
- private Integer inApplication;
- private boolean selected;
- private Date receiveTime;
- private int expiredOrNot;//是否超过出入库期限 1是0否
- private String outboundExpirationDate;//出库期限(区间)
-
- private String lsxzzbdh;
- private String lssl;
- private Integer hzqlsxzdm;
- @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
- private Date hzrq;
- private String ccshr;
- private String zjshr;
- private String tjshr;
- private String kjshr;
- private String ldshr;
- private String bz;
- private Integer auditState;
- private Integer isNotice;
- private String pzmc;
- private Integer isSheet;
-
-
-
-
- public Integer getIsSheet() {
- return isSheet;
- }
-
- public void setIsSheet(Integer isSheet) {
- this.isSheet = isSheet;
- }
-
- public String getPzmc() {
- return pzmc;
- }
-
- public void setPzmc(String pzmc) {
- this.pzmc = pzmc;
- }
-
- public String getLsxzzbdh() {
- return lsxzzbdh;
- }
-
- public void setLsxzzbdh(String lsxzzbdh) {
- this.lsxzzbdh = lsxzzbdh;
- }
-
- public String getLssl() {
- return lssl;
- }
-
- public void setLssl(String lssl) {
- this.lssl = lssl;
- }
-
- public Integer getHzqlsxzdm() {
- return hzqlsxzdm;
- }
-
- public void setHzqlsxzdm(Integer hzqlsxzdm) {
- this.hzqlsxzdm = hzqlsxzdm;
- }
-
- public Date getHzrq() {
- return hzrq;
- }
-
- public void setHzrq(Date hzrq) {
- this.hzrq = hzrq;
- }
-
- public String getCcshr() {
- return ccshr;
- }
-
- public void setCcshr(String ccshr) {
- this.ccshr = ccshr;
- }
-
- public String getZjshr() {
- return zjshr;
- }
-
- public void setZjshr(String zjshr) {
- this.zjshr = zjshr;
- }
-
- public String getTjshr() {
- return tjshr;
- }
-
- public void setTjshr(String tjshr) {
- this.tjshr = tjshr;
- }
-
- public String getKjshr() {
- return kjshr;
- }
-
- public void setKjshr(String kjshr) {
- this.kjshr = kjshr;
- }
-
- public String getLdshr() {
- return ldshr;
- }
-
- public void setLdshr(String ldshr) {
- this.ldshr = ldshr;
- }
-
- public String getBz() {
- return bz;
- }
-
- public void setBz(String bz) {
- this.bz = bz;
- }
-
- public Integer getAuditState() {
- return auditState;
- }
-
- public void setAuditState(Integer auditState) {
- this.auditState = auditState;
- }
-
- public Integer getIsNotice() {
- return isNotice;
- }
-
- public void setIsNotice(Integer isNotice) {
- this.isNotice = isNotice;
- }
-
- public String getOutboundExpirationDate() {
- return outboundExpirationDate;
- }
-
- public void setOutboundExpirationDate(String outboundExpirationDate) {
- this.outboundExpirationDate = outboundExpirationDate;
- }
-
- public int getExpiredOrNot() {
- return expiredOrNot;
- }
-
- public void setExpiredOrNot(int expiredOrNot) {
- this.expiredOrNot = expiredOrNot;
- }
-
- public Date getReceiveTime() {
- return receiveTime;
- }
-
- public void setReceiveTime(Date receiveTime) {
- this.receiveTime = receiveTime;
- }
-
- public boolean isSelected() {
- return selected;
- }
-
- public void setSelected(boolean selected) {
- this.selected = selected;
- }
-
- public Integer getInApplication() {
- return inApplication;
- }
-
- public void setInApplication(Integer inApplication) {
- this.inApplication = inApplication;
- }
-
- public String getCount() {
- return count;
- }
-
- public void setCount(String count) {
- this.count = count;
- }
-
- public Integer getWareHouseId() {
- return wareHouseId;
- }
-
- public void setWareHouseId(Integer wareHouseId) {
- this.wareHouseId = wareHouseId;
- }
-
- public String getNoticeNumber() {
- return noticeNumber;
- }
-
- public void setNoticeNumber(String noticeNumber) {
- this.noticeNumber = noticeNumber;
- }
-
- public String getCrktype() {
- return crktype;
- }
-
- public void setCrktype(String crktype) {
- this.crktype = crktype;
- }
-
- public String getContractNumber() {
- return contractNumber;
- }
-
- public void setContractNumber(String contractNumber) {
- this.contractNumber = contractNumber;
- }
-
- public String getYwtype() {
- return ywtype;
- }
-
- public void setYwtype(String ywtype) {
- this.ywtype = ywtype;
- }
-
- /*public Date getOutgoingPeriod() {
- return outgoingPeriod;
- }
-
- public void setOutgoingPeriod(Date outgoingPeriod) {
- this.outgoingPeriod = outgoingPeriod;
- }*/
-
- public String getOutgoingPeriod() {
- return outgoingPeriod;
- }
-
- public void setOutgoingPeriod(String outgoingPeriod) {
- this.outgoingPeriod = outgoingPeriod;
- }
-
- public String getForwardingUnit() {
- return forwardingUnit;
- }
-
- public void setForwardingUnit(String forwardingUnit) {
- this.forwardingUnit = forwardingUnit;
- }
-
- public String getReceiveUnit() {
- return receiveUnit;
- }
-
- public void setReceiveUnit(String receiveUnit) {
- this.receiveUnit = receiveUnit;
- }
-
- public String getResion() {
- return resion;
- }
-
- public void setResion(String resion) {
- this.resion = resion;
- }
-
- public boolean isChecked() {
- return checked;
- }
-
- public void setChecked(boolean checked) {
- this.checked = checked;
- }
-
- public String getPlanOutRemainingNumber() {
- return planOutRemainingNumber;
- }
-
- public void setPlanOutRemainingNumber(String planOutRemainingNumber) {
- this.planOutRemainingNumber = planOutRemainingNumber;
- }
-
- public String getPlanRemainingNumber() {
- return planRemainingNumber;
- }
-
- public void setPlanRemainingNumber(String planRemainingNumber) {
- this.planRemainingNumber = planRemainingNumber;
- }
-
- /**
- * 计划合同通知单明细表
- * @return id 计划合同通知单明细表
- */
- public Integer getId() {
- return id;
- }
-
- /**
- * 计划合同通知单明细表
- * @param id 计划合同通知单明细表
- */
- public void setId(Integer id) {
- this.id = id;
- }
-
- /**
- * 出入库通知单表id
- * @return zid 出入库通知单表id
- */
- public Integer getZid() {
- return zid;
- }
-
- /**
- * 出入库通知单表id
- * @param zid 出入库通知单表id
- */
- public void setZid(Integer zid) {
- this.zid = zid;
- }
-
- /**
- * 类型 plan(计划) contract(合同) notice(通知单)
- * @return type 类型 plan(计划) contract(合同) notice(通知单)
- */
- public String getType() {
- return type;
- }
-
- /**
- * 类型 plan(计划) contract(合同) notice(通知单)
- * @param type 类型 plan(计划) contract(合同) notice(通知单)
- */
- public void setType(String type) {
- this.type = type == null ? null : type.trim();
- }
-
- /**
- * 仓房id
- * @return house_id 仓房id
- */
- public Integer getHouseId() {
- return houseId;
- }
-
- /**
- * 仓房id
- * @param houseId 仓房id
- */
- public void setHouseId(Integer houseId) {
- this.houseId = houseId;
- }
-
- /**
- * 仓房名称
- * @return house_name 仓房名称
- */
- public String getHouseName() {
- return houseName;
- }
-
- /**
- * 仓房名称
- * @param houseName 仓房名称
- */
- public void setHouseName(String houseName) {
- this.houseName = houseName == null ? null : houseName.trim();
- }
-
- /**
- * 货位id
- * @return warehouse_id 货位id
- */
- public Integer getWarehouseId() {
- return warehouseId;
- }
-
- /**
- * 货位id
- * @param warehouseId 货位id
- */
- public void setWarehouseId(Integer warehouseId) {
- this.warehouseId = warehouseId;
- }
-
- /**
- * 货位名称
- * @return warehouse_name 货位名称
- */
- public String getWarehouseName() {
- return warehouseName;
- }
-
- /**
- * 货位名称
- * @param warehouseName 货位名称
- */
- public void setWarehouseName(String warehouseName) {
- this.warehouseName = warehouseName == null ? null : warehouseName.trim();
- }
-
- /**
- * 创建时间
- * @return create_time 创建时间
- */
- public Date getCreateTime() {
- return createTime;
- }
-
- /**
- * 创建时间
- * @param createTime 创建时间
- */
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- /**
- * 承储库点
- * @return org_id 承储库点
- */
- public Integer getOrgId() {
- return orgId;
- }
-
- /**
- * 承储库点
- * @param orgId 承储库点
- */
- public void setOrgId(Integer orgId) {
- this.orgId = orgId;
- }
-
- /**
- * 粮油品种
- * @return grain_kind 粮油品种
- */
- public Integer getGrainKind() {
- return grainKind;
- }
-
- /**
- * 粮油品种
- * @param grainKind 粮油品种
- */
- public void setGrainKind(Integer grainKind) {
- this.grainKind = grainKind;
- }
-
- /**
- * 明细品种
- * @return grain_detail_kind 明细品种
- */
- public Integer getGrainDetailKind() {
- return grainDetailKind;
- }
-
- /**
- * 明细品种
- * @param grainDetailKind 明细品种
- */
- public void setGrainDetailKind(Integer grainDetailKind) {
- this.grainDetailKind = grainDetailKind;
- }
-
- /**
- * 粮油等级
- * @return grain_grade 粮油等级
- */
- public Integer getGrainGrade() {
- return grainGrade;
- }
-
- /**
- * 粮油等级
- * @param grainGrade 粮油等级
- */
- public void setGrainGrade(Integer grainGrade) {
- this.grainGrade = grainGrade;
- }
-
- /**
- * 粮油性质
- * @return grain_attribute 粮油性质
- */
- public Integer getGrainAttribute() {
- return grainAttribute;
- }
-
- /**
- * 粮油性质
- * @param grainAttribute 粮油性质
- */
- public void setGrainAttribute(Integer grainAttribute) {
- this.grainAttribute = grainAttribute;
- }
-
- /**
- * 收获年度
- * @return grain_annual 收获年度
- */
- public Integer getGrainAnnual() {
- return grainAnnual;
- }
-
- /**
- * 收获年度
- * @param grainAnnual 收获年度
- */
- public void setGrainAnnual(Integer grainAnnual) {
- this.grainAnnual = grainAnnual;
- }
-
- /**
- * 粮油产地
- * @return grain_producing_area 粮油产地
- */
- public Integer getGrainProducingArea() {
- return grainProducingArea;
- }
-
- /**
- * 粮油产地
- * @param grainProducingArea 粮油产地
- */
- public void setGrainProducingArea(Integer grainProducingArea) {
- this.grainProducingArea = grainProducingArea;
- }
-
- /**
- * 轮入单价
- * @return in_price 轮入单价
- */
- public String getInPrice() {
- return inPrice;
- }
-
- /**
- * 轮入单价
- * @param inPrice 轮入单价
- */
- public void setInPrice(String inPrice) {
- this.inPrice = inPrice == null ? null : inPrice.trim();
- }
-
- /**
- * 轮入数量
- * @return in_count 轮入数量
- */
- public String getInCount() {
- return inCount;
- }
-
- /**
- * 轮入数量
- * @param inCount 轮入数量
- */
- public void setInCount(String inCount) {
- this.inCount = inCount == null ? null : inCount.trim();
- }
-
- /**
- * 轮入总价
- * @return in_detail_total_price 轮入总价
- */
- public String getInDetailTotalPrice() {
- return inDetailTotalPrice;
- }
-
- /**
- * 轮入总价
- * @param inDetailTotalPrice 轮入总价
- */
- public void setInDetailTotalPrice(String inDetailTotalPrice) {
- this.inDetailTotalPrice = inDetailTotalPrice == null ? null : inDetailTotalPrice.trim();
- }
-
- /**
- * 入库时间
- * @return input_time 入库时间
- */
- public Date getInputTime() {
- return inputTime;
- }
-
- /**
- * 入库时间
- * @param inputTime 入库时间
- */
- public void setInputTime(Date inputTime) {
- this.inputTime = inputTime;
- }
-
- /**
- * 轮换计划(0:轮入,1:轮出)
- * @return state 轮换计划(0:轮入,1:轮出)
- */
- public Integer getState() {
- return state;
- }
-
- /**
- * 轮换计划(0:轮入,1:轮出)
- * @param state 轮换计划(0:轮入,1:轮出)
- */
- public void setState(Integer state) {
- this.state = state;
- }
-
- /**
- * 生产年份
- * @return productive_year 生产年份
- */
- public Integer getProductiveYear() {
- return productiveYear;
- }
-
- /**
- * 生产年份
- * @param productiveYear 生产年份
- */
- public void setProductiveYear(Integer productiveYear) {
- this.productiveYear = productiveYear;
- }
-
- /**
- * 轮入剩余数量
- * @return remaining_number 轮入剩余数量
- */
- public String getRemainingNumber() {
- return remainingNumber;
- }
-
- /**
- * 轮入剩余数量
- * @param remainingNumber 轮入剩余数量
- */
- public void setRemainingNumber(String remainingNumber) {
- this.remainingNumber = remainingNumber == null ? null : remainingNumber.trim();
- }
-
- /**
- * 轮出单价
- * @return out_price 轮出单价
- */
- public String getOutPrice() {
- return outPrice;
- }
-
- /**
- * 轮出单价
- * @param outPrice 轮出单价
- */
- public void setOutPrice(String outPrice) {
- this.outPrice = outPrice == null ? null : outPrice.trim();
- }
-
- /**
- * 轮出数量
- * @return out_count 轮出数量
- */
- public String getOutCount() {
- return outCount;
- }
-
- /**
- * 轮出数量
- * @param outCount 轮出数量
- */
- public void setOutCount(String outCount) {
- this.outCount = outCount == null ? null : outCount.trim();
- }
-
- /**
- * 轮出总价
- * @return out_detail_total_price 轮出总价
- */
- public String getOutDetailTotalPrice() {
- return outDetailTotalPrice;
- }
-
- /**
- * 轮出总价
- * @param outDetailTotalPrice 轮出总价
- */
- public void setOutDetailTotalPrice(String outDetailTotalPrice) {
- this.outDetailTotalPrice = outDetailTotalPrice == null ? null : outDetailTotalPrice.trim();
- }
-
- /**
- * 轮出剩余数量
- * @return out_remaining_number 轮出剩余数量
- */
- public String getOutRemainingNumber() {
- return outRemainingNumber;
- }
-
- /**
- * 轮出剩余数量
- * @param outRemainingNumber 轮出剩余数量
- */
- public void setOutRemainingNumber(String outRemainingNumber) {
- this.outRemainingNumber = outRemainingNumber == null ? null : outRemainingNumber.trim();
- }
- }
|