Skip to content

Commit

Permalink
Schedule entity has been created
Browse files Browse the repository at this point in the history
  • Loading branch information
ituitis20-karadagd20 committed Dec 9, 2023
1 parent 1ec2da6 commit 1023b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/database/Schedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
import jakarta.persistence.Entity;
import jakarta.persistence.Id;
import jakarta.persistence.Table;
import net.sf.jsqlparser.expression.DateTimeLiteralExpression;

@Entity
@Table(name="Schedule")

public class Schedule {
@Id
int ScheduleID;
DateTimeLiteralExpression.DateTime beginningDate;
int doseFrequency;
int doseCount;


}

0 comments on commit 1023b68

Please sign in to comment.