mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 09:26:48 +08:00
szx-1293 修改实体类继承
This commit is contained in:
@@ -21,8 +21,7 @@ import java.time.LocalDateTime;
|
||||
@Entity
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Table(name = SysConstant.TABLE_PRE + "thread_log")
|
||||
public class ThreadLog extends BaseEntity {
|
||||
private static final long serialVersionUID = 1L;
|
||||
public class ThreadLog {
|
||||
|
||||
/**
|
||||
* 主键ID
|
||||
|
||||
Reference in New Issue
Block a user