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;
}