Przeglądaj źródła

订单导出带单据采购验收数、验退数

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1133 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 lat temu
rodzic
commit
fe35b9c63b

+ 28 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseOrderTodoItem.java

@@ -121,6 +121,18 @@ public class PurchaseOrderTodoItem {
 	@Column(name = "pd_delivery")
 	private Date delivery;
 
+	/**
+	 * 客户已验收数量
+	 */
+	@Column(name = "pd_acceptqty")
+	private Double acceptQty;
+
+	/**
+	 * 客户验退数量
+	 */
+	@Column(name = "pd_returnqty")
+	private Double returnQty;
+
 	public Long getId() {
 		return id;
 	}
@@ -258,4 +270,20 @@ public class PurchaseOrderTodoItem {
 	public void setStatus(Short status) {
 		this.status = status;
 	}
+
+	public Double getAcceptQty() {
+		return acceptQty;
+	}
+
+	public void setAcceptQty(Double acceptQty) {
+		this.acceptQty = acceptQty;
+	}
+
+	public Double getReturnQty() {
+		return returnQty;
+	}
+
+	public void setReturnQty(Double returnQty) {
+		this.returnQty = returnQty;
+	}
 }

BIN
src/main/resources/jxls-tpl/sale/saleOrder.xls