退菜退款标识

This commit is contained in:
2026-04-07 10:46:24 +08:00
parent 3b15bc444b
commit 06fa5b4f0d
2 changed files with 9 additions and 3 deletions

View File

@@ -50,6 +50,10 @@ public class OrderInfoRefundDTO implements Serializable {
* 是否是现金退款
*/
private boolean cash;
/**
* 是否打印退菜/退款票
*/
private boolean print;
private String refundReason;