|
|
@@ -179,7 +179,13 @@ public class PurchaseApCheckItem implements Serializable {
|
|
|
*/
|
|
|
@Column(name = "pai_sendcode")
|
|
|
private String sendcode;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 仓库
|
|
|
+ */
|
|
|
+ @Column(name = "pai_whname")
|
|
|
+ private String whname;
|
|
|
+
|
|
|
/**
|
|
|
* 应收对账单主记录
|
|
|
*/
|
|
|
@@ -389,6 +395,14 @@ public class PurchaseApCheckItem implements Serializable {
|
|
|
this.sendcode = sendcode;
|
|
|
}
|
|
|
|
|
|
+ public String getWhname() {
|
|
|
+ return whname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWhname(String whname) {
|
|
|
+ this.whname = whname;
|
|
|
+ }
|
|
|
+
|
|
|
public static List<PurchaseApCheck> distinct(List<PurchaseApCheckItem> items) {
|
|
|
List<PurchaseApCheck> purchaseApChecks = new ArrayList<PurchaseApCheck>();
|
|
|
Set<Long> keys = new HashSet<Long>();
|