|
|
@@ -15,27 +15,27 @@ import com.goafanti.core.mybatis.page.Pagination;
|
|
|
|
|
|
public interface BusinessProjectService {
|
|
|
int insert(String bname,String cid,String country,String province,String city,String district,String boutique);
|
|
|
-
|
|
|
+
|
|
|
Pagination<BusinessProjectBo> listProject(String bname,String cid,String country,String province,String city,String district,String activityFlag,
|
|
|
String status,Integer type, Integer pageNo, Integer pageSize );
|
|
|
int getBnamecount(String bname);
|
|
|
-
|
|
|
+
|
|
|
int deleteProject(String id);
|
|
|
-
|
|
|
+
|
|
|
int updateStopProject(String id);
|
|
|
-
|
|
|
+
|
|
|
ProjectDetailBo orgProject(String id);
|
|
|
-
|
|
|
+
|
|
|
BusinessProjectBo orgProjects(String id);
|
|
|
-
|
|
|
+
|
|
|
List<Map<String, String>> getAllCnames(Integer flag);
|
|
|
-
|
|
|
+
|
|
|
int updateProject(BusinessProject s);
|
|
|
-
|
|
|
+
|
|
|
int addProjectSize(BusinessProjectModel ps);
|
|
|
-
|
|
|
+
|
|
|
int updateOrgProjectSize(BusinessProjectModel ps);
|
|
|
-
|
|
|
+
|
|
|
Pagination<ProjectSizeBo> listProjectSize(String pid,Integer pNo,Integer pSize);
|
|
|
|
|
|
ProjectSizeBo getProjectSize(String id);
|
|
|
@@ -45,11 +45,11 @@ public interface BusinessProjectService {
|
|
|
int updateSotpProjectSize(String id);
|
|
|
|
|
|
boolean WhetherRepeat(BusinessProjectModel ps);
|
|
|
-
|
|
|
+
|
|
|
boolean judgeStatus(BusinessProjectModel ps);
|
|
|
-
|
|
|
+
|
|
|
boolean judgeBeing(BusinessProject s);
|
|
|
-
|
|
|
+
|
|
|
Pagination<ProjectBo> getBusinessProject(String id,Integer pNo,Integer pSize);
|
|
|
|
|
|
Pagination<ProjectBo> recommendProjectList(Integer pNo, Integer pSize);
|
|
|
@@ -61,11 +61,11 @@ public interface BusinessProjectService {
|
|
|
Pagination<ProjectBo> portalBusinessProject(String id, Integer pNo, Integer pSize);
|
|
|
|
|
|
ProjectDetailBo ProjectDetail(String id);
|
|
|
-
|
|
|
- List<BusinessProject> selectBusinessProjectByName(String businessName,String cid);
|
|
|
+
|
|
|
+ List<BusinessProjectBo > selectBusinessProjectByName(String businessName,String cid);
|
|
|
|
|
|
List<BusinessCategory> selectBusinessProjectCatalog();
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|