33333333333

This commit is contained in:
777
2025-03-22 14:18:43 +08:00
parent 2913d678ac
commit fd9a8aed3e
3 changed files with 8 additions and 4 deletions

View File

@@ -13,4 +13,6 @@ public class AppHomeConfig {
private String sysId = "2";
@Schema(description = "客服IM ID")
private String servId = "4";
@Schema(description = "首页弹窗内容")
private String homeDialogText;
}