修改人修改时间

This commit is contained in:
10002327 2024-11-08 13:41:53 +08:00
parent b50abe81dd
commit 4382c4bc97
1 changed files with 4 additions and 4 deletions

View File

@ -114,14 +114,14 @@ public class MaterialDeadStockEntity implements Serializable {
/**
* 修改人编码
*/
@TableField(value = "update_by",fill = FieldFill.UPDATE)
private String updateBy;
@TableField(value = "updated_by",fill = FieldFill.UPDATE)
private String updatedBy;
/**
* 修改时间
*/
@TableField(value = "update_time",fill = FieldFill.UPDATE)
private LocalDateTime updateTime;
@TableField(value = "updated_time",fill = FieldFill.UPDATE)
private LocalDateTime updatedTime;
@TableField(exist = false)
private static final long serialVersionUID = 1L;