Browse Source

订单新增高新纯咨询信息

anderx 3 years ago
parent
commit
2232a41fb5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/java/com/goafanti/order/bo/OutProcessName.java

+ 4 - 0
src/main/java/com/goafanti/order/bo/OutProcessName.java

@@ -18,6 +18,10 @@ public class OutProcessName {
     private String zc;
     private String dsz;
 
+    public Integer getType() {
+        return type;
+    }
+
     public void setType(Integer type) {
         this.type = type;
     }