景区设置添加一个,返回status状态

This commit is contained in:
2025-04-16 15:59:34 +08:00
parent 877f37b6f9
commit da20a44049
4 changed files with 16 additions and 3 deletions

View File

@@ -88,4 +88,7 @@ public class ScenicConfigEntity {
private PayAdapterType payType;
private String payConfigJson;
private String imageSourcePackHint;
private String videoSourcePackHint;
}

View File

@@ -42,4 +42,7 @@ public class ScenicConfigResp {
private Integer imageSourceStoreDay;
private Integer userSourceExpireDay;
private BigDecimal brokerDirectRate;
private String imageSourcePackHint;
private String videoSourcePackHint;
}