Nutrient.scala 87 B

123
  1. package models
  2. class Nutrient(id: Int, name: String, unit: Unit, description: String)