This commit is contained in:
2025-05-04 10:51:27 +08:00
parent 6197f13e8e
commit ef978529ac
16 changed files with 157 additions and 41 deletions

View File

@@ -91,4 +91,6 @@ public class ScenicConfigEntity {
private String imageSourcePackHint;
private String videoSourcePackHint;
private String extraNotificationTime;
}

View File

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