@@ -187,4 +187,9 @@ public class PreparationDTO extends BaseDTO implements Serializable {
private List<Integer> statusList;
+ /**
+ * 发起来源 1 新厂 2 老厂
+ */
+ private Integer applySource;
+
}
@@ -126,6 +126,11 @@ public class Preparation implements Serializable{
private String no;
/**
* 数据权限
*/
@@ -144,4 +144,9 @@ public class PreparationVO extends BaseVO implements Serializable {
private String dispatchUserName;