This commit is contained in:
2025-03-17 18:32:24 +08:00
parent eac1c48cb2
commit 7e8eebdef5
8 changed files with 32 additions and 10 deletions

View File

@@ -43,4 +43,5 @@ public class GoodsDetailVO {
private BigDecimal price;
@ApiModelProperty("是否已购买 0否 1是")
private Integer isBuy;
private Integer isFree;
}

View File

@@ -58,4 +58,6 @@ public class DeviceConfigEntity {
*/
private BigDecimal cutPost;
private Integer enablePreBook;
private Integer imageFree;
private Integer videoFree;
}

View File

@@ -14,4 +14,6 @@ public class MemberSourceEntity {
private Long sourceId;
private Integer isBuy;
private Long orderId;
private Integer isFree;
private String waterUrl;
}

View File

@@ -50,4 +50,5 @@ public class SourceRespVO {
private Date createTime;
@ApiModelProperty("是否购买:0未购买,1已购买")
private Integer isBuy;
private Integer isFree;
}