You've already forked FrameTour-BE
全免费逻辑
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user