修改人修改时间
This commit is contained in:
parent
b50abe81dd
commit
4382c4bc97
|
|
@ -114,14 +114,14 @@ public class MaterialDeadStockEntity implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 修改人编码
|
* 修改人编码
|
||||||
*/
|
*/
|
||||||
@TableField(value = "update_by",fill = FieldFill.UPDATE)
|
@TableField(value = "updated_by",fill = FieldFill.UPDATE)
|
||||||
private String updateBy;
|
private String updatedBy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改时间
|
* 修改时间
|
||||||
*/
|
*/
|
||||||
@TableField(value = "update_time",fill = FieldFill.UPDATE)
|
@TableField(value = "updated_time",fill = FieldFill.UPDATE)
|
||||||
private LocalDateTime updateTime;
|
private LocalDateTime updatedTime;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue