订单总额

This commit is contained in:
2026-04-07 16:32:41 +08:00
parent be476453a4
commit 29681c0ae2
6 changed files with 15 additions and 2 deletions

View File

@@ -58,6 +58,10 @@ public class HandoverRecordDTO implements Serializable {
* 营业额
*/
private BigDecimal turnover;
/**
* 订单额
*/
private BigDecimal orderTurnover;
/**
* 现金收款 cash_pay

View File

@@ -58,6 +58,10 @@ public class HandoverRecord implements Serializable {
* 营业额
*/
private BigDecimal turnover;
/**
* 订单额
*/
private BigDecimal orderTurnover;
/**
* 现金收款 cash_pay

View File

@@ -58,6 +58,10 @@ public class HandoverTotalVo implements Serializable {
* 营业额
*/
private BigDecimal turnover;
/**
* 订单额
*/
private BigDecimal orderTurnover;
/**
* 现金收款 cash_pay