优化根据单据编号查看单据明细的功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user