Commit 33a76726 authored by suhuiguang's avatar suhuiguang

reafact(common): 自动填充优化

1.增加recdate配置
parent b803fedb
......@@ -21,7 +21,7 @@ public class TzsBaseEntity implements Serializable{
@TableId(value = "\"SEQUENCE_NBR\"", type = IdType.UUID)
protected String sequenceNbr;
@TableField("\"REC_DATE\"")
@TableField(value = "\"REC_DATE\"", fill = FieldFill.INSERT_UPDATE)
protected Date recDate;
@TableField(value = "\"REC_USER_ID\"", fill = FieldFill.INSERT_UPDATE)
protected String recUserId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment