浏览代码

订单新增高新纯咨询信息

anderx 3 年之前
父节点
当前提交
2232a41fb5
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;
     }