package com.dreamworks.boditech.entity; public class Test { // id public Integer id; // patient code public String patientCode; // patient id public String projectName; // tube type public String tubeType; // sample type public String sampleType; // started at public String startedAt; // started by public Integer startedBy; // status public String status; }