1
zj
2025-10-13 8f886e9bb2f9204cf0b923979558482249aa8aef
ruoyi-system/src/main/java/com/ruoyi/system/domain/GroupWelcomeConfig.java
@@ -27,6 +27,11 @@
    private String websiteName;
    /**
     * 配置名称
     */
    private String configurationName = "IM-BASICS";
    /**
     * 群组ID
     */
    private String groupId;
@@ -42,6 +47,17 @@
    private String welcomeMessage;
    /**
     * 客服连接
     */
    private String customerServiceUrl;
    /**
     * 关于我们
     */
    private String  aboutUs;
    /**
     * 法律机构
     */
    private String legalInstitution;
@@ -52,6 +68,16 @@
    private String copyrightInfo;
    /**
     * 二维码链接
     */
    private String codeUrl;
    /**
     * 支付开关
     */
    private Boolean paymentSwitch = true;
    /**
     * 创建时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")