You've already forked FrameTour-BE
free
This commit is contained in:
@@ -43,4 +43,5 @@ public class GoodsDetailVO {
|
||||
private BigDecimal price;
|
||||
@ApiModelProperty("是否已购买 0否 1是")
|
||||
private Integer isBuy;
|
||||
private Integer isFree;
|
||||
}
|
||||
|
@@ -58,4 +58,6 @@ public class DeviceConfigEntity {
|
||||
*/
|
||||
private BigDecimal cutPost;
|
||||
private Integer enablePreBook;
|
||||
private Integer imageFree;
|
||||
private Integer videoFree;
|
||||
}
|
||||
|
@@ -14,4 +14,6 @@ public class MemberSourceEntity {
|
||||
private Long sourceId;
|
||||
private Integer isBuy;
|
||||
private Long orderId;
|
||||
private Integer isFree;
|
||||
private String waterUrl;
|
||||
}
|
||||
|
@@ -50,4 +50,5 @@ public class SourceRespVO {
|
||||
private Date createTime;
|
||||
@ApiModelProperty("是否购买:0未购买,1已购买")
|
||||
private Integer isBuy;
|
||||
private Integer isFree;
|
||||
}
|
||||
|
Reference in New Issue
Block a user