All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.ericdriggs.reportcard.dto.TestStatus Maven / Gradle / Ivy

There is a newer version: 0.1.19
Show newest version
/*
 * This file is generated by jOOQ.
 */
package io.github.ericdriggs.reportcard.dto;

import lombok.Data;

import java.io.Serial;
import java.io.Serializable;

@Data
public class TestStatus implements Serializable {

    @Serial
    private static final long serialVersionUID = -5636574208624624202L;

    private Byte testStatusId;
    private String testStatusName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy