退菜数量
This commit is contained in:
@@ -105,7 +105,7 @@ public class HandoverRecordDTO implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 退菜数量
|
* 退菜数量
|
||||||
*/
|
*/
|
||||||
private Integer returnDishCount;
|
private BigDecimal returnDishCount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 分类数据 json
|
* 分类数据 json
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ public class HandoverRecord implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 退菜数量
|
* 退菜数量
|
||||||
*/
|
*/
|
||||||
private Integer returnDishCount;
|
private BigDecimal returnDishCount;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ public class HandoverTotalVo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 退菜数量
|
* 退菜数量
|
||||||
*/
|
*/
|
||||||
private Integer returnDishCount;
|
private BigDecimal returnDishCount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 订单数量
|
* 订单数量
|
||||||
|
|||||||
Reference in New Issue
Block a user