Commit 70f38a14 authored by 华润's avatar 华润

代码提交内置机

parent 36972e43
......@@ -28,6 +28,8 @@ public class BusinessProcessing {
private String entName;
private String busId;
public String getBusiLink() {
return busiLink;
}
......@@ -100,6 +102,14 @@ public class BusinessProcessing {
this.entName = entName;
}
public String getBusId() {
return busId;
}
public void setBusId(String busId) {
this.busId = busId;
}
@Override
public String toString() {
return "BusinessProcessing{" +
......@@ -112,6 +122,7 @@ public class BusinessProcessing {
", time=" + time +
", uscc='" + uscc + '\'' +
", entName='" + entName + '\'' +
", busId='" + busId + '\'' +
'}';
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment