退菜数量

This commit is contained in:
2026-04-07 16:11:51 +08:00
parent 7b948b514a
commit 65bd5b7ed9
3 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ public class HandoverRecordDTO implements Serializable {
/** /**
* 退菜数量 * 退菜数量
*/ */
private Integer returnDishCount; private BigDecimal returnDishCount;
/** /**
* 分类数据 json * 分类数据 json

View File

@@ -104,7 +104,7 @@ public class HandoverRecord implements Serializable {
/** /**
* 退菜数量 * 退菜数量
*/ */
private Integer returnDishCount; private BigDecimal returnDishCount;

View File

@@ -105,7 +105,7 @@ public class HandoverTotalVo implements Serializable {
/** /**
* 退菜数量 * 退菜数量
*/ */
private Integer returnDishCount; private BigDecimal returnDishCount;
/** /**
* 订单数量 * 订单数量