working on project creation
This commit is contained in:
@@ -8,7 +8,7 @@ import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
import java.util.Map;
|
||||
|
||||
public record Project(long id, String name, String description, Status status, long companyId, boolean showClosed) implements Mappable {
|
||||
public record Project(long id, String name, String description, Status status, Long companyId, boolean showClosed) implements Mappable {
|
||||
public enum Status{
|
||||
Open(10),
|
||||
Started(20),
|
||||
|
||||
Reference in New Issue
Block a user