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
|
@Entity
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode(callSuper = false)
|
||||||
@Table(name = SysConstant.TABLE_PRE + "thread_log")
|
@Table(name = SysConstant.TABLE_PRE + "thread_log")
|
||||||
public class ThreadLog extends BaseEntity {
|
public class ThreadLog {
|
||||||
private static final long serialVersionUID = 1L;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 主键ID
|
* 主键ID
|
||||||
|
|||||||
Reference in New Issue
Block a user