|
@@ -2,6 +2,7 @@ package com.goafanti.business.service;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
+import com.goafanti.business.bo.JtBusinessCategoryBo;
|
|
|
import com.goafanti.business.bo.JtBusinessCategoryTree;
|
|
import com.goafanti.business.bo.JtBusinessCategoryTree;
|
|
|
import com.goafanti.common.model.JtBusinessCategory;
|
|
import com.goafanti.common.model.JtBusinessCategory;
|
|
|
import com.goafanti.common.model.JtBusinessProject;
|
|
import com.goafanti.common.model.JtBusinessProject;
|
|
@@ -12,4 +13,5 @@ List<JtBusinessCategory> getBusinessCategoryBySuperId(String id,Integer size);
|
|
|
List<JtBusinessProject>getBusinessProjectByCategoryId(String id,Integer size);
|
|
List<JtBusinessProject>getBusinessProjectByCategoryId(String id,Integer size);
|
|
|
JtBusinessProject getBusinessProjectDetail(String id);
|
|
JtBusinessProject getBusinessProjectDetail(String id);
|
|
|
JtBusinessCategoryTree getCategoryTree(String id);
|
|
JtBusinessCategoryTree getCategoryTree(String id);
|
|
|
|
|
+public List<JtBusinessCategoryBo>getCategoryBoList();
|
|
|
}
|
|
}
|