source:
src/main/java/finki/it/terapijamkbackend/spring/dto/AppointmentRequest.java
Last change on this file was 743de55, checked in by , 6 weeks ago | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | package finki.it.terapijamkbackend.spring.dto; |
2 | |
3 | import lombok.Getter; |
4 | import lombok.Setter; |
5 | |
6 | @Getter |
7 | @Setter |
8 | public class AppointmentRequest { |
9 | private String date; |
10 | private String time; |
11 | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.