Skip to content

Commit

Permalink
chore: add column unit in MultiAsset entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-DucPhung committed Apr 25, 2024
1 parent d346cad commit f2e3c21
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public class MultiAsset extends BaseEntity {
@Column(name = "time")
private Timestamp time;

@Column(name = "unit")
private String unit;

@Override
public boolean equals(Object o) {
if (this == o) {
Expand Down

0 comments on commit f2e3c21

Please sign in to comment.