1.代客下单 创建订单增加锁
2.代客下单 主扫支付
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package cn.ysk.cashier.pojo.order;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import javax.persistence.Table;
|
||||
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class TbFullOrderDetail extends TbOrderDetail{
|
||||
private boolean isPack;
|
||||
private boolean isGift;
|
||||
}
|
||||
Reference in New Issue
Block a user