|
|
@@ -6,6 +6,7 @@ public class OutProcessName {
|
|
|
private Integer type;
|
|
|
private String changeAmount;
|
|
|
private Integer status;
|
|
|
+ private Integer special;
|
|
|
private Integer processState;
|
|
|
private String yxy;
|
|
|
private String salesmanId;
|
|
|
@@ -19,6 +20,14 @@ public class OutProcessName {
|
|
|
private String zc;
|
|
|
private String dsz;
|
|
|
|
|
|
+ public Integer getSpecial() {
|
|
|
+ return special;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSpecial(Integer special) {
|
|
|
+ this.special = special;
|
|
|
+ }
|
|
|
+
|
|
|
public String getSalesmanId() {
|
|
|
return salesmanId;
|
|
|
}
|