1.代客下单 挂起订单
This commit is contained in:
@@ -10,5 +10,6 @@ public class PendingCountVO {
|
||||
private Long pendingAt;
|
||||
private BigDecimal totalAmount;
|
||||
private Integer totalCount;
|
||||
private Integer totalNumber;
|
||||
private Integer orderId;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
package cn.ysk.cashier.vo;
|
||||
|
||||
import cn.ysk.cashier.pojo.order.TbCashierCart;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class TbCashierCartVO extends TbCashierCart {
|
||||
private String specSnap;
|
||||
}
|
||||
Reference in New Issue
Block a user