feat():测试
parent
856b127ccb
commit
9b30be8cf2
|
@ -37,14 +37,14 @@ public class BaseEntity implements Serializable {
|
|||
/**
|
||||
* 创建者
|
||||
*/
|
||||
@TableField(fill = FieldFill.UPDATE)
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private String createBy;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@TableField(fill = FieldFill.UPDATE)
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue