|
|
@@ -52,6 +52,12 @@ public class BatchInProduct {
|
|
|
*/
|
|
|
private String em_name;
|
|
|
|
|
|
+ /**
|
|
|
+ * 需求数量/月采购数量
|
|
|
+ */
|
|
|
+ private Double ycgqty;
|
|
|
+
|
|
|
+
|
|
|
public Long getBip_id() {
|
|
|
return bip_id;
|
|
|
}
|
|
|
@@ -123,4 +129,12 @@ public class BatchInProduct {
|
|
|
public void setEm_name(String em_name) {
|
|
|
this.em_name = em_name;
|
|
|
}
|
|
|
+
|
|
|
+ public Double getYcgqty() {
|
|
|
+ return ycgqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setYcgqty(Double ycgqty) {
|
|
|
+ this.ycgqty = ycgqty;
|
|
|
+ }
|
|
|
}
|