类 FileRecordDTO
java.lang.Object
com.diboot.core.entity.AbstractEntity<T>
com.diboot.core.entity.BaseEntity<String>
com.diboot.file.entity.FileRecord
com.diboot.file.dto.FileRecordDTO
- 所有已实现的接口:
Serializable
文件记录 DTO
- 版本:
- v3.0.0
- 作者:
- wind
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private java.time.LocalDateTime创建时间-起始private java.time.LocalDateTime创建时间-截止private static final long -
构造器概要
构造器 -
方法概要
从类继承的方法 com.diboot.file.entity.FileRecord
getFileSizeLabel从类继承的方法 com.diboot.core.entity.BaseEntity
getCreateTime, isDeleted, setCreateTime, setDeleted, toMap从类继承的方法 com.diboot.core.entity.AbstractEntity
getId, getPrimaryKeyVal, setId, toString
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
createTimeBegin
@BindQuery(comparison=GE, field="createTime") private java.time.LocalDateTime createTimeBegin创建时间-起始 -
createTimeEnd
@BindQuery(comparison=LT, field="createTime") private java.time.LocalDateTime createTimeEnd创建时间-截止
-
-
构造器详细资料
-
FileRecordDTO
public FileRecordDTO()
-
-
方法详细资料
-
setCreateTimeEnd
-