|
|
|
@ -107,123 +107,4 @@ public class PtlTag extends BaseBean implements Serializable {
|
|
|
|
|
@DynamicField(webFieldType = WmsEnumUtil.FIELD_TYPE.NUMBER)
|
|
|
|
|
private Integer errorCount;
|
|
|
|
|
|
|
|
|
|
public Integer getTagNo() {
|
|
|
|
|
return tagNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTagNo(Integer tagNo) {
|
|
|
|
|
this.tagNo = tagNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getControlNo() {
|
|
|
|
|
return controlNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setControlNo(String controlNo) {
|
|
|
|
|
this.controlNo = controlNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getAreaNo() {
|
|
|
|
|
return areaNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setAreaNo(String areaNo) {
|
|
|
|
|
this.areaNo = areaNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getSectionNo() {
|
|
|
|
|
return sectionNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setSectionNo(String sectionNo) {
|
|
|
|
|
this.sectionNo = sectionNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getPartNo() {
|
|
|
|
|
return partNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setPartNo(String partNo) {
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBinNo() {
|
|
|
|
|
return binNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setBinNo(String binNo) {
|
|
|
|
|
this.binNo = binNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getTagType() {
|
|
|
|
|
return tagType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTagType(Integer tagType) {
|
|
|
|
|
this.tagType = tagType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getLightStatus() {
|
|
|
|
|
return lightStatus;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLightStatus(Integer lightStatus) {
|
|
|
|
|
this.lightStatus = lightStatus;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getTagStatus() {
|
|
|
|
|
return tagStatus;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setTagStatus(Integer tagStatus) {
|
|
|
|
|
this.tagStatus = tagStatus;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getLightMode() {
|
|
|
|
|
return lightMode;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLightMode(Integer lightMode) {
|
|
|
|
|
this.lightMode = lightMode;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getLightColor() {
|
|
|
|
|
return lightColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setLightColor(Integer lightColor) {
|
|
|
|
|
this.lightColor = lightColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getIsBuzzing() {
|
|
|
|
|
return isBuzzing;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setIsBuzzing(Integer isBuzzing) {
|
|
|
|
|
this.isBuzzing = isBuzzing;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getMusicType() {
|
|
|
|
|
return musicType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMusicType(Integer musicType) {
|
|
|
|
|
this.musicType = musicType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDisplayContent() {
|
|
|
|
|
return displayContent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDisplayContent(String displayContent) {
|
|
|
|
|
this.displayContent = displayContent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getErrorCount() {
|
|
|
|
|
return errorCount;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setErrorCount(Integer errorCount) {
|
|
|
|
|
this.errorCount = errorCount;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|