mq_log表明加上前缀

This commit is contained in:
张松 2025-03-04 18:02:21 +08:00
parent 8c01f4fd35
commit 963c294d28
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import java.time.LocalDateTime;
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Table("mq_log")
@Table("tb_mq_log")
@Accessors(chain = true)
public class MqLog implements Serializable {