You've already forked FrameTour-BE
2
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.ycwl.basic.model.mobile.order;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class IsBuyBatchRespVO {
|
||||
private boolean buy;
|
||||
private boolean free;
|
||||
private Long orderId;
|
||||
private Integer configId;
|
||||
private int type;
|
||||
private String goodsIds;
|
||||
private BigDecimal price;
|
||||
private BigDecimal slashPrice;
|
||||
}
|
Reference in New Issue
Block a user