Skip to content
Snippets Groups Projects
Commit 520b01d0 authored by Anders Montsko Austlid's avatar Anders Montsko Austlid
Browse files

Merge branch 'feature/fridge-model' into 'main'

Fridge model record class added

See merge request idatt2106-v23-03/backend!19
parents eec7d8dd 78f84fd2
No related branches found
No related tags found
No related merge requests found
package ntnu.idatt2016.v233.SmartMat.model;
/**
* Fridge is a record class representing a fridge in the system.
*
* @author Anders
* @version 1.0
* @since 04.04.2023
*
* @param fridgeId
* @param groupId
*/
public record Fridge(long fridgeId, long groupId) {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment