全免费逻辑

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;

View File

@ -33,7 +33,6 @@ public class ScenicConfigEntity {
* 是否为默认
*/
private Integer isDefault;
private Integer allFree;
/**
* 创建时间
*/
@ -56,4 +55,7 @@ public class ScenicConfigEntity {
* 最大行程时长
*/
private Integer maxJourneyHour;
private Integer allFree;
private Integer disableSourceVideo;
private Integer disableSourceImage;
}