生产-异常 设备和其他异常

master
赵嘉伟 4 years ago
parent 02c00895bf
commit 7a53834f91

@ -22,6 +22,8 @@ public class ScrapDto {
private String bom; private String bom;
private String reason;
public String getSfc() { public String getSfc() {
return sfc; return sfc;
} }
@ -85,4 +87,12 @@ public class ScrapDto {
public void setBom(String bom) { public void setBom(String bom) {
this.bom = bom; this.bom = bom;
} }
public String getReason() {
return reason;
}
public void setReason(String reason) {
this.reason = reason;
}
} }

Loading…
Cancel
Save