fix 创建群

This commit is contained in:
wells
2026-08-08 17:07:24 +08:00
parent 1f93719ee5
commit aa1a9c9f23
6 changed files with 187 additions and 1 deletions
@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
* 群表
*/
@Data
@TableName("group")
@TableName("g_group")
public class Group {
@TableId(type = IdType.AUTO)