Class CalorieLog

java.lang.Object
com.example.demo.calorie.CalorieLog

@Entity public class CalorieLog extends Object
Represents a single log entry in a user's calorie diary. This entity tracks the calories and macronutrients consumed for a particular meal on a specific date and is linked to an AppUser.