You've already forked FrameTour-BE
全免费、0元购模式
This commit is contained in:
@ -6,6 +6,7 @@ import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class PriceObj {
|
||||
private boolean free;
|
||||
private Long scenicId;
|
||||
private int goodsType;
|
||||
private Long goodsId;
|
||||
|
@ -33,6 +33,7 @@ public class ScenicConfigEntity {
|
||||
* 是否为默认
|
||||
*/
|
||||
private Integer isDefault;
|
||||
private Integer allFree;
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
Reference in New Issue
Block a user