This commit is contained in:
2023-04-20 21:29:23 +08:00
parent 17b5b55d59
commit 4d3d0f7cc7
25 changed files with 240 additions and 31 deletions

View File

@@ -269,10 +269,6 @@ public class Account extends AggregateRoot<Long> implements IWithVersion {
return Optional.ofNullable(updatedBy);
}
public void setUpdatedBy(long updatedBy) {
this.updatedBy = updatedBy;
}
@Override
public long getVersion() {
return this.version;