修改人修改时间2

This commit is contained in:
10002327 2024-11-08 13:54:05 +08:00
parent 4382c4bc97
commit 7344fc86a4
1 changed files with 2 additions and 2 deletions

View File

@ -114,13 +114,13 @@ public class MaterialDeadStockEntity implements Serializable {
/**
* 修改人编码
*/
@TableField(value = "updated_by",fill = FieldFill.UPDATE)
@TableField(value = "updated_by",fill = FieldFill.INSERT_UPDATE)
private String updatedBy;
/**
* 修改时间
*/
@TableField(value = "updated_time",fill = FieldFill.UPDATE)
@TableField(value = "updated_time",fill = FieldFill.INSERT_UPDATE)
private LocalDateTime updatedTime;
@TableField(exist = false)