feat():测试

master
Yueng 2024-08-11 09:55:59 +08:00
parent 856b127ccb
commit 9b30be8cf2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
/**