|
|
@@ -55,6 +55,11 @@ public class DeputyOrderInfo implements Serializable {
|
|
|
*/
|
|
|
private String remark;
|
|
|
|
|
|
+ /**
|
|
|
+ * 采购单价
|
|
|
+ */
|
|
|
+ private Double purcprice;
|
|
|
+
|
|
|
public Long getId() {
|
|
|
return id;
|
|
|
}
|
|
|
@@ -119,4 +124,12 @@ public class DeputyOrderInfo implements Serializable {
|
|
|
this.remark = remark;
|
|
|
}
|
|
|
|
|
|
+ public Double getPurcprice() {
|
|
|
+ return purcprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPurcprice(Double purcprice) {
|
|
|
+ this.purcprice = purcprice;
|
|
|
+ }
|
|
|
+
|
|
|
}
|