310 lines
4.5 KiB
Plaintext
310 lines
4.5 KiB
Plaintext
|
|
package com.bonus.scrap.beans;
|
||
|
|
|
||
|
|
import java.util.List;
|
||
|
|
|
||
|
|
|
||
|
|
public class ScrapAuditBean {
|
||
|
|
|
||
|
|
private int id;
|
||
|
|
|
||
|
|
private String code;
|
||
|
|
|
||
|
|
private String applyer;
|
||
|
|
|
||
|
|
private String applyTime;
|
||
|
|
|
||
|
|
private String applyRemark;
|
||
|
|
|
||
|
|
private String auditor;
|
||
|
|
|
||
|
|
private String auditTime;
|
||
|
|
|
||
|
|
private String auditRemark;
|
||
|
|
|
||
|
|
private String status;
|
||
|
|
|
||
|
|
private String applyId;
|
||
|
|
|
||
|
|
private String typeId;
|
||
|
|
|
||
|
|
private String maId;
|
||
|
|
|
||
|
|
private String num;
|
||
|
|
|
||
|
|
private String url;
|
||
|
|
|
||
|
|
private String typeName;
|
||
|
|
|
||
|
|
private String modelName;
|
||
|
|
|
||
|
|
private String unitName;
|
||
|
|
|
||
|
|
private String maCode;
|
||
|
|
|
||
|
|
private String opt;
|
||
|
|
|
||
|
|
private List<ScrapAuditBean> details;
|
||
|
|
|
||
|
|
private ScrapAuditBean[] arr ;
|
||
|
|
|
||
|
|
private String sourceStatus;
|
||
|
|
|
||
|
|
private String damageNum;
|
||
|
|
|
||
|
|
private String total;
|
||
|
|
|
||
|
|
private String urlId;
|
||
|
|
|
||
|
|
private String keyWord;
|
||
|
|
|
||
|
|
private String fileName;
|
||
|
|
|
||
|
|
private String[] urls;
|
||
|
|
|
||
|
|
private String[] fileNames;
|
||
|
|
|
||
|
|
private String bonusPath;
|
||
|
|
|
||
|
|
public String getKeyWord() {
|
||
|
|
return keyWord;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setKeyWord(String keyWord) {
|
||
|
|
this.keyWord = keyWord;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getTotal() {
|
||
|
|
return total;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTotal(String total) {
|
||
|
|
this.total = total;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getDamageNum() {
|
||
|
|
return damageNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDamageNum(String damageNum) {
|
||
|
|
this.damageNum = damageNum;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getSourceStatus() {
|
||
|
|
return sourceStatus;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setSourceStatus(String sourceStatus) {
|
||
|
|
this.sourceStatus = sourceStatus;
|
||
|
|
}
|
||
|
|
|
||
|
|
public ScrapAuditBean[] getArr() {
|
||
|
|
return arr;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setArr(ScrapAuditBean[] arr) {
|
||
|
|
this.arr = arr;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getOpt() {
|
||
|
|
return opt;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setOpt(String opt) {
|
||
|
|
this.opt = opt;
|
||
|
|
}
|
||
|
|
|
||
|
|
public List<ScrapAuditBean> getDetails() {
|
||
|
|
return details;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDetails(List<ScrapAuditBean> details) {
|
||
|
|
this.details = details;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getApplyId() {
|
||
|
|
return applyId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setApplyId(String applyId) {
|
||
|
|
this.applyId = applyId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getTypeId() {
|
||
|
|
return typeId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTypeId(String typeId) {
|
||
|
|
this.typeId = typeId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getMaId() {
|
||
|
|
return maId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMaId(String maId) {
|
||
|
|
this.maId = maId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getNum() {
|
||
|
|
return num;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setNum(String num) {
|
||
|
|
this.num = num;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getUrl() {
|
||
|
|
return url;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setUrl(String url) {
|
||
|
|
this.url = url;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getTypeName() {
|
||
|
|
return typeName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTypeName(String typeName) {
|
||
|
|
this.typeName = typeName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getModelName() {
|
||
|
|
return modelName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setModelName(String modelName) {
|
||
|
|
this.modelName = modelName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getUnitName() {
|
||
|
|
return unitName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setUnitName(String unitName) {
|
||
|
|
this.unitName = unitName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getMaCode() {
|
||
|
|
return maCode;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMaCode(String maCode) {
|
||
|
|
this.maCode = maCode;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getStatus() {
|
||
|
|
return status;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setStatus(String status) {
|
||
|
|
this.status = status;
|
||
|
|
}
|
||
|
|
|
||
|
|
public int getId() {
|
||
|
|
return id;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setId(int id) {
|
||
|
|
this.id = id;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getCode() {
|
||
|
|
return code;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setCode(String code) {
|
||
|
|
this.code = code;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getApplyer() {
|
||
|
|
return applyer;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setApplyer(String applyer) {
|
||
|
|
this.applyer = applyer;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getApplyTime() {
|
||
|
|
return applyTime;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setApplyTime(String applyTime) {
|
||
|
|
this.applyTime = applyTime;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getApplyRemark() {
|
||
|
|
return applyRemark;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setApplyRemark(String applyRemark) {
|
||
|
|
this.applyRemark = applyRemark;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getAuditor() {
|
||
|
|
return auditor;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAuditor(String auditor) {
|
||
|
|
this.auditor = auditor;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getAuditTime() {
|
||
|
|
return auditTime;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAuditTime(String auditTime) {
|
||
|
|
this.auditTime = auditTime;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getAuditRemark() {
|
||
|
|
return auditRemark;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAuditRemark(String auditRemark) {
|
||
|
|
this.auditRemark = auditRemark;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getUrlId() {
|
||
|
|
return urlId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setUrlId(String urlId) {
|
||
|
|
this.urlId = urlId;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getFileName() {
|
||
|
|
return fileName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setFileName(String fileName) {
|
||
|
|
this.fileName = fileName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String[] getUrls() {
|
||
|
|
return urls;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setUrls(String[] urls) {
|
||
|
|
this.urls = urls;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String[] getFileNames() {
|
||
|
|
return fileNames;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setFileNames(String[] fileNames) {
|
||
|
|
this.fileNames = fileNames;
|
||
|
|
}
|
||
|
|
|
||
|
|
public String getBonusPath() {
|
||
|
|
return bonusPath;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setBonusPath(String bonusPath) {
|
||
|
|
this.bonusPath = bonusPath;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|