Project section started

This commit is contained in:
Sewmina
2022-03-24 21:20:35 +05:30
parent 3f8ae3f5f5
commit ac9609b3b6
4 changed files with 67 additions and 46 deletions

View File

@@ -118,6 +118,7 @@ class Project{
static String colCat="category_id";
static String colSteps = "steps";
static String colDeadline = "deadline";
static String colEta = "eta";
}
class ProjectStep{