This commit is contained in:
2025-01-22 14:23:00 +08:00
parent f670fb2f91
commit 38c4b553bc
17 changed files with 178 additions and 131 deletions

View File

@ -51,11 +51,9 @@ public class ScenicConfigEntity {
* 视频保存时间
*/
private Integer videoStoreDay;
/**
* 最大行程时长
*/
private Integer maxJourneyHour;
private Integer allFree;
private Integer disableSourceVideo;
private Integer disableSourceImage;
private Integer templateNewVideoType;
private Integer antiScreenRecordType;
}

View File

@ -13,4 +13,5 @@ public class TemplateConfigEntity {
private Integer isDefault;
private Date createDate;
private Integer minimalPlaceholderFill;
private Integer automaticPlaceholderFill;
}