1
0

feat: 优化查询方法

This commit is contained in:
2025-08-15 13:04:09 +08:00
parent 50043157df
commit 42f1d896af
6 changed files with 246 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ import org.hibernate.annotations.Comment;
import org.hibernate.annotations.DynamicUpdate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
@Entity
@DynamicUpdate
@EntityListeners(AuditingEntityListener.class)