优化根据单据编号查看单据明细的功能

This commit is contained in:
季圣华
2021-04-20 22:08:09 +08:00
parent 53d41acfab
commit 86da349243
2 changed files with 17 additions and 6 deletions

View File

@@ -8,6 +8,8 @@ public class AccountVo4InOutList {
private String type;
private String fromType;
private String supplierName;
private BigDecimal changeAmount;
@@ -38,6 +40,14 @@ public class AccountVo4InOutList {
this.type = type;
}
public String getFromType() {
return fromType;
}
public void setFromType(String fromType) {
this.fromType = fromType;
}
public String getSupplierName() {
return supplierName;
}