|
@@ -21,4 +21,5 @@ int deleteCategoryById(String id);
|
|
|
JtBusinessCategory getCategoryById(String id);
|
|
JtBusinessCategory getCategoryById(String id);
|
|
|
int updateCategory(JtBusinessCategory jtBusinessCategory);
|
|
int updateCategory(JtBusinessCategory jtBusinessCategory);
|
|
|
int insertProject(JtBusinessProject jtBusinessProject);
|
|
int insertProject(JtBusinessProject jtBusinessProject);
|
|
|
|
|
+int deleteProjectById(String id);
|
|
|
}
|
|
}
|