全免费逻辑

This commit is contained in:
2025-01-07 17:49:13 +08:00
parent 92b8283443
commit 7b0930afc4
7 changed files with 55 additions and 8 deletions

View File

@ -6,7 +6,8 @@ import java.math.BigDecimal;
@Data
public class IsBuyRespVO {
private boolean isBuy;
private boolean buy;
private boolean free;
private Long orderId;
private int goodsType;
private Long goodsId;