mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-15 21:00:42 +08:00
refactor: 💥 更新信息调整为仅在更新数据时自动填充
This commit is contained in:
@@ -126,7 +126,7 @@ public class GenConfigDO implements Serializable {
|
||||
* 修改时间
|
||||
*/
|
||||
@Schema(description = "修改时间", example = "2023-08-08 08:08:08")
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
@TableField(fill = FieldFill.UPDATE)
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user