全免费、0元购模式

This commit is contained in:
2025-01-05 17:19:08 +08:00
parent 294f9b6690
commit 8f41a4f66d
8 changed files with 26 additions and 17 deletions

View File

@ -6,6 +6,7 @@ import java.math.BigDecimal;
@Data
public class PriceObj {
private boolean free;
private Long scenicId;
private int goodsType;
private Long goodsId;

View File

@ -33,6 +33,7 @@ public class ScenicConfigEntity {
* 是否为默认
*/
private Integer isDefault;
private Integer allFree;
/**
* 创建时间
*/