| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- package com.chinaitop.depot.agent.bgz.model;
- import java.math.BigDecimal;
- import java.util.Date;
- public class BusinessAgentBgmxz {
- private Integer id;
- private Integer orgId;
- private Integer agentId;
- private Integer szlkOrgId;
- private Integer houseId;
- private Integer wareId;
- private Integer lspz;
- private Integer lsxz;
- private Integer lsdj;
- private Date fssj;
- private BigDecimal srsl;
- private BigDecimal zcsl;
- private BigDecimal kcsl;
- private Integer lqgsOrgId;
- private Integer isJz;
- private Integer sjly;
- private String createPerson;
- private Date createDate;
- private Date updatetime;
- /**
- * 主键
- * @return id 主键
- */
- public Integer getId() {
- return id;
- }
- /**
- * 主键
- * @param id 主键
- */
- public void setId(Integer id) {
- this.id = id;
- }
- /**
- * 单位ID
- * @return org_id 单位ID
- */
- public Integer getOrgId() {
- return orgId;
- }
- /**
- * 单位ID
- * @param orgId 单位ID
- */
- public void setOrgId(Integer orgId) {
- this.orgId = orgId;
- }
- /**
- * 代储库点ID
- * @return agent_id 代储库点ID
- */
- public Integer getAgentId() {
- return agentId;
- }
- /**
- * 代储库点ID
- * @param agentId 代储库点ID
- */
- public void setAgentId(Integer agentId) {
- this.agentId = agentId;
- }
- /**
- * 代储粮库单位ID
- * @return szlk_org_id 代储粮库单位ID
- */
- public Integer getSzlkOrgId() {
- return szlkOrgId;
- }
- /**
- * 代储粮库单位ID
- * @param szlkOrgId 代储粮库单位ID
- */
- public void setSzlkOrgId(Integer szlkOrgId) {
- this.szlkOrgId = szlkOrgId;
- }
- /**
- * 仓房ID
- * @return house_id 仓房ID
- */
- public Integer getHouseId() {
- return houseId;
- }
- /**
- * 仓房ID
- * @param houseId 仓房ID
- */
- public void setHouseId(Integer houseId) {
- this.houseId = houseId;
- }
- /**
- * 货位ID
- * @return ware_id 货位ID
- */
- public Integer getWareId() {
- return wareId;
- }
- /**
- * 货位ID
- * @param wareId 货位ID
- */
- public void setWareId(Integer wareId) {
- this.wareId = wareId;
- }
- /**
- * 粮食品种
- * @return lspz 粮食品种
- */
- public Integer getLspz() {
- return lspz;
- }
- /**
- * 粮食品种
- * @param lspz 粮食品种
- */
- public void setLspz(Integer lspz) {
- this.lspz = lspz;
- }
- /**
- * 粮食性质
- * @return lsxz 粮食性质
- */
- public Integer getLsxz() {
- return lsxz;
- }
- /**
- * 粮食性质
- * @param lsxz 粮食性质
- */
- public void setLsxz(Integer lsxz) {
- this.lsxz = lsxz;
- }
- /**
- * 粮食等级
- * @return lsdj 粮食等级
- */
- public Integer getLsdj() {
- return lsdj;
- }
- /**
- * 粮食等级
- * @param lsdj 粮食等级
- */
- public void setLsdj(Integer lsdj) {
- this.lsdj = lsdj;
- }
- /**
- * 业务发生时间
- * @return fssj 业务发生时间
- */
- public Date getFssj() {
- return fssj;
- }
- /**
- * 业务发生时间
- * @param fssj 业务发生时间
- */
- public void setFssj(Date fssj) {
- this.fssj = fssj;
- }
- /**
- * 收入数量
- * @return srsl 收入数量
- */
- public BigDecimal getSrsl() {
- return srsl;
- }
- /**
- * 收入数量
- * @param srsl 收入数量
- */
- public void setSrsl(BigDecimal srsl) {
- this.srsl = srsl;
- }
- /**
- * 支出数量
- * @return zcsl 支出数量
- */
- public BigDecimal getZcsl() {
- return zcsl;
- }
- /**
- * 支出数量
- * @param zcsl 支出数量
- */
- public void setZcsl(BigDecimal zcsl) {
- this.zcsl = zcsl;
- }
- /**
- * 库存数量
- * @return kcsl 库存数量
- */
- public BigDecimal getKcsl() {
- return kcsl;
- }
- /**
- * 库存数量
- * @param kcsl 库存数量
- */
- public void setKcsl(BigDecimal kcsl) {
- this.kcsl = kcsl;
- }
- /**
- * 粮权所属单位ID
- * @return lqgs_org_id 粮权所属单位ID
- */
- public Integer getLqgsOrgId() {
- return lqgsOrgId;
- }
- /**
- * 粮权所属单位ID
- * @param lqgsOrgId 粮权所属单位ID
- */
- public void setLqgsOrgId(Integer lqgsOrgId) {
- this.lqgsOrgId = lqgsOrgId;
- }
- /**
- * 是否记账
- * @return is_jz 是否记账
- */
- public Integer getIsJz() {
- return isJz;
- }
- /**
- * 是否记账
- * @param isJz 是否记账
- */
- public void setIsJz(Integer isJz) {
- this.isJz = isJz;
- }
- /**
- * 数据来源,0手动插入,1同步插入
- * @return sjly 数据来源,0手动插入,1同步插入
- */
- public Integer getSjly() {
- return sjly;
- }
- /**
- * 数据来源,0手动插入,1同步插入
- * @param sjly 数据来源,0手动插入,1同步插入
- */
- public void setSjly(Integer sjly) {
- this.sjly = sjly;
- }
- /**
- * 创建人
- * @return create_person 创建人
- */
- public String getCreatePerson() {
- return createPerson;
- }
- /**
- * 创建人
- * @param createPerson 创建人
- */
- public void setCreatePerson(String createPerson) {
- this.createPerson = createPerson == null ? null : createPerson.trim();
- }
- /**
- * 创建时间
- * @return create_date 创建时间
- */
- public Date getCreateDate() {
- return createDate;
- }
- /**
- * 创建时间
- * @param createDate 创建时间
- */
- public void setCreateDate(Date createDate) {
- this.createDate = createDate;
- }
- /**
- *
- * @return updatetime
- */
- public Date getUpdatetime() {
- return updatetime;
- }
- /**
- *
- * @param updatetime
- */
- public void setUpdatetime(Date updatetime) {
- this.updatetime = updatetime;
- }
-
- //后加属性
- private String agentName;
-
- private String agentDepotName;
-
- private String houseName;
-
- private String wareName;
- public String getAgentName() {
- return agentName;
- }
- public void setAgentName(String agentName) {
- this.agentName = agentName;
- }
- public String getAgentDepotName() {
- return agentDepotName;
- }
- public void setAgentDepotName(String agentDepotName) {
- this.agentDepotName = agentDepotName;
- }
- public String getHouseName() {
- return houseName;
- }
- public void setHouseName(String houseName) {
- this.houseName = houseName;
- }
- public String getWareName() {
- return wareName;
- }
- public void setWareName(String wareName) {
- this.wareName = wareName;
- }
- }
|