196 lines
2.9 KiB
Plaintext
196 lines
2.9 KiB
Plaintext
|
|
package com.bonus.index.beans;
|
||
|
|
|
||
|
|
public class IndexHomeDetailsBean {
|
||
|
|
|
||
|
|
private String id ;
|
||
|
|
|
||
|
|
private String typeId;
|
||
|
|
|
||
|
|
private String maType;
|
||
|
|
|
||
|
|
private String maName;
|
||
|
|
|
||
|
|
private String maUnit;
|
||
|
|
|
||
|
|
private Integer maTotal;
|
||
|
|
|
||
|
|
private Integer storageNum;
|
||
|
|
|
||
|
|
private Integer inuseNum;
|
||
|
|
|
||
|
|
private Integer repairNum;
|
||
|
|
|
||
|
|
private Integer scrapNum;
|
||
|
|
|
||
|
|
private Integer projectNum;
|
||
|
|
|
||
|
|
// 盘点
|
||
|
|
private String pdContent;
|
||
|
|
|
||
|
|
// 累计领用
|
||
|
|
private String inuseCount;
|
||
|
|
|
||
|
|
// 累计退还
|
||
|
|
private String backCount;
|
||
|
|
|
||
|
|
// 盘盈
|
||
|
|
private String pyNum;
|
||
|
|
|
||
|
|
// 盘亏
|
||
|
|
private String pkNum;
|
||
|
|
|
||
|
|
// 物资类型 0机具 1设备
|
||
|
|
private String isCount;
|
||
|
|
|
||
|
|
public Integer getQuantityFilter() {
|
||
|
|
return quantityFilter;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setQuantityFilter(Integer quantityFilter) {
|
||
|
|
this.quantityFilter = quantityFilter;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 前端参数--数量过滤
|
||
|
|
private Integer quantityFilter;
|
||
|
|
|
||
|
|
|
||
|
|
public String getId() {
|
||
|
|
return id;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setId(String id) {
|
||
|
|
this.id = id;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getTypeId() {
|
||
|
|
return typeId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTypeId(String typeId) {
|
||
|
|
this.typeId = typeId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getMaType() {
|
||
|
|
return maType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMaType(String maType) {
|
||
|
|
this.maType = maType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getMaName() {
|
||
|
|
return maName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMaName(String maName) {
|
||
|
|
this.maName = maName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getMaUnit() {
|
||
|
|
return maUnit;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMaUnit(String maUnit) {
|
||
|
|
this.maUnit = maUnit;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Integer getMaTotal() {
|
||
|
|
return maTotal;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMaTotal(Integer maTotal) {
|
||
|
|
this.maTotal = maTotal;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Integer getStorageNum() {
|
||
|
|
return storageNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setStorageNum(Integer storageNum) {
|
||
|
|
this.storageNum = storageNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Integer getInuseNum() {
|
||
|
|
return inuseNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setInuseNum(Integer inuseNum) {
|
||
|
|
this.inuseNum = inuseNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Integer getRepairNum() {
|
||
|
|
return repairNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setRepairNum(Integer repairNum) {
|
||
|
|
this.repairNum = repairNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Integer getScrapNum() {
|
||
|
|
return scrapNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setScrapNum(Integer scrapNum) {
|
||
|
|
this.scrapNum = scrapNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Integer getProjectNum() {
|
||
|
|
return projectNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setProjectNum(Integer projectNum) {
|
||
|
|
this.projectNum = projectNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getPdContent() {
|
||
|
|
return pdContent;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setPdContent(String pdContent) {
|
||
|
|
this.pdContent = pdContent;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getInuseCount() {
|
||
|
|
return inuseCount;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setInuseCount(String inuseCount) {
|
||
|
|
this.inuseCount = inuseCount;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getBackCount() {
|
||
|
|
return backCount;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setBackCount(String backCount) {
|
||
|
|
this.backCount = backCount;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getPyNum() {
|
||
|
|
return pyNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setPyNum(String pyNum) {
|
||
|
|
this.pyNum = pyNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getPkNum() {
|
||
|
|
return pkNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setPkNum(String pkNum) {
|
||
|
|
this.pkNum = pkNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getIsCount() {
|
||
|
|
return isCount;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsCount(String isCount) {
|
||
|
|
this.isCount = isCount;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|