qa-prevention-gwj/src/main/java/com/zcloud/service/map/BiTongjiService.java

118 lines
2.5 KiB
Java
Raw Normal View History

2024-01-02 14:12:40 +08:00
package com.zcloud.service.map;
import com.zcloud.entity.PageData;
import java.util.List;
public interface BiTongjiService {
/**
*
* 8
*
*/
List<PageData> getCountInsByCorpSource(PageData pd);
/**
*
* @param pd
* @return
*/
List<PageData> getCorpinfoAllByOrder(PageData pd);
/**
*
* @param pd
* @return
*/
Integer getCorpUser(PageData pd);
Integer getSupeUser(PageData pd);
List<PageData> getCorpUserCountTop10(PageData pd);
List<PageData> getCorpDeptCount(PageData pd);
/**
* 使
* @param pd
* @return
*/
List<PageData> getCorpinfoAllByDeptCountOrder(PageData pd);
/**
*
* @param pd
* @return
*/
public Integer getInsCountBySuper(PageData pd);
public Integer getHiddenCountBySuper(PageData pd);
/**
*
* @param pd
* @return
*/
List<PageData> getSuperInsCountBySubjec(PageData pd);
/**
*
* @param pd
* @return
*/
List<PageData> getSuperInsTop(PageData pd);
/**
* -
*
*/
List<PageData> getHiddenCountBySubjec(PageData pd);
/**
* -
*
*/
List<PageData> getHiddenCountByHiddenLevel(PageData pd);
/**
*
* @param pd
* @return
*/
Integer getHiddenCountBySpecial(PageData pd);
/**
*
*/
List<PageData> getHighriskworkCount(PageData pd);
/**
*
*/
List<PageData> getHiddenCountByCorpInfoHandle(PageData pd);
/**
*
*/
List<PageData> mainStatisticsByCorpinfo (PageData pd);
List<PageData> mainInsByCorpinfo (PageData pd);
List<PageData> getHiddenBySource (PageData pd);
List<PageData> getInsCountPageBySuper(PageData pd);
List<PageData> getHiddenCountPageBySuper(PageData pd);
List<PageData> getCorpUser2(PageData pd);
List<PageData> getSupeUser2(PageData pd);
List<PageData> listAllCorp(PageData pd);
List<PageData> getHiddenCountByHiddenType(PageData pageData);
PageData getHiddenCountByHeinrich(PageData pd);
}