You've already forked FrameTour-BE
1
This commit is contained in:
@@ -91,4 +91,6 @@ public class ScenicConfigEntity {
|
||||
|
||||
private String imageSourcePackHint;
|
||||
private String videoSourcePackHint;
|
||||
|
||||
private String extraNotificationTime;
|
||||
}
|
||||
|
@@ -45,6 +45,6 @@ public class SourceRespVO {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date createTime;
|
||||
@ApiModelProperty("是否购买:0未购买,1已购买")
|
||||
private Integer isBuy;
|
||||
private Integer isFree;
|
||||
private int isBuy;
|
||||
private int isFree;
|
||||
}
|
||||
|
Reference in New Issue
Block a user