mirror of https://github.com/elunez/eladmin
parent
a1e8005499
commit
a0b6e85ee5
|
@ -50,7 +50,7 @@ public class BaseEntity implements Serializable {
|
||||||
@LastModifiedBy
|
@LastModifiedBy
|
||||||
@Column(name = "update_by")
|
@Column(name = "update_by")
|
||||||
@ApiModelProperty(value = "更新人", hidden = true)
|
@ApiModelProperty(value = "更新人", hidden = true)
|
||||||
private String updatedBy;
|
private String updateBy;
|
||||||
|
|
||||||
@CreationTimestamp
|
@CreationTimestamp
|
||||||
@Column(name = "create_time", updatable = false)
|
@Column(name = "create_time", updatable = false)
|
||||||
|
|
Loading…
Reference in New Issue