- Timestamp:
- 08/24/23 02:28:14 (15 months ago)
- Branches:
- master
- Children:
- bcb4acc
- Parents:
- 40935d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/Discount.java
r40935d3 r1e7126f 29 29 String type; 30 30 Integer percent; 31 32 public Discount() { 33 } 34 35 public Discount(LocalDate validity, String code, String type, Integer percent) { 36 this.validity = validity; 37 this.code = code; 38 this.type = type; 39 this.percent = percent; 40 } 31 41 }
Note:
See TracChangeset
for help on using the changeset viewer.