1.代客下单 会员支付,支付修改台桌状态
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.chaozhanggui.system.cashierservice.entity.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class VipPayDTO {
|
||||
private Integer orderId;
|
||||
private Integer vipUserId;
|
||||
private BigDecimal payAmount;
|
||||
private BigDecimal discountAmount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user