1
zj
2025-09-17 59e827830f2866a82cf1714fe2941cb0bd380c0a
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;
@@ -52,6 +57,11 @@
    private String copyrightInfo;
    /**
     * 二维码链接
     */
    private String codeUrl;
    /**
     * 创建时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")