Skip to content

Commit

Permalink
feat: update Plan fields (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonishK2002 committed Aug 21, 2024
1 parent 34eecce commit 391e3d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/casbin/casdoor/entity/Plan.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public class Plan {
public String createdTime;
public String displayName;
public String description;
public double pricePerMonth;
public double pricePerYear;
public double price;
public String period;
public String currency;
public boolean isEnabled;
public String role;
Expand All @@ -39,4 +39,4 @@ public Plan(String owner, String name, String createdTime, String displayName, S

public Plan() {
}
}
}

0 comments on commit 391e3d2

Please sign in to comment.