fix 创建群
This commit is contained in:
@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
|
||||
* 群表
|
||||
*/
|
||||
@Data
|
||||
@TableName("group")
|
||||
@TableName("g_group")
|
||||
public class Group {
|
||||
|
||||
@TableId(type = IdType.AUTO)
|
||||
|
||||
Reference in New Issue
Block a user