public class PlatformReportFileEntity extends AbstractPlatformReportFileModel
| 限定符和类型 | 字段和说明 |
|---|---|
private Long |
id
主键
|
private Integer |
isDeleted
是否已删除
|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
PlatformReportFileEntity() |
PlatformReportFileEntity(String name,
Date updateTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
Integer |
getIsDeleted() |
int |
hashCode() |
void |
setId(Long id) |
void |
setIsDeleted(Integer isDeleted) |
String |
toString() |
getContent, getCreateTime, getName, getUpdateTime, setContent, setCreateTime, setName, setUpdateTimeprivate static final long serialVersionUID
@TableId(value="id",
type=ASSIGN_ID)
private Long id
@TableLogic private Integer isDeleted
Copyright © 2022 Zodiac. All rights reserved.