@@ -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;
}