Unverified Commit a0b6e85e authored by shane's avatar shane Committed by GitHub
Browse files

[代码优化]BaseEntity里updatedBy改为updateBy (#603)

与其他字段时态一致
parent a1e80054
......@@ -50,7 +50,7 @@ public class BaseEntity implements Serializable {
@LastModifiedBy
@Column(name = "update_by")
@ApiModelProperty(value = "更新人", hidden = true)
private String updatedBy;
private String updateBy;
@CreationTimestamp
@Column(name = "create_time", updatable = false)
......
Supports Markdown
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