Sfoglia il codice sorgente

订单新增高新纯咨询信息

anderx 3 anni fa
parent
commit
2232a41fb5
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;
     }