fix: 增加面厨打
This commit is contained in:
@@ -83,7 +83,7 @@ public class TbCashierCart implements Serializable {
|
||||
private String unit;
|
||||
private BigDecimal discountSaleAmount;
|
||||
private String discountSaleNote;
|
||||
private Boolean isPrint;
|
||||
private Integer isPrint;
|
||||
private String useCouponInfo;
|
||||
private int isThirdCoupon;
|
||||
|
||||
|
||||
@@ -57,6 +57,7 @@ public class TbOrderDetail implements Serializable {
|
||||
private String useCouponInfo;
|
||||
private BigDecimal canReturnAmount;
|
||||
private BigDecimal returnAmount;
|
||||
private Integer isPrint;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -26,5 +26,5 @@ public class CartVo {
|
||||
private String masterId;
|
||||
private String tableId;
|
||||
private Integer orderId;
|
||||
private Boolean isPrint;
|
||||
private Integer isPrint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user