You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
taicangzongzhi-java/ruoyi-admin/src/main/java/com/ruoyi/screen/mapper/ZongzhiScreenManageMapper.java

55 lines
922 B

package com.ruoyi.screen.mapper;
import com.ruoyi.screen.domain.response.*;
import java.util.List;
/**
*
*/
public interface ZongzhiScreenManageMapper {
/**
*
*/
public List<ZongzhiWorkDynamicsResponse> getWorkDynamics();
/**
*
*/
public int getWorkDynamicsCount();
/**
*
*/
public ZongzhiNetworkReportResponse getNetworkReport();
/**
*
*/
public List<ZongzhiActionResponse> getaction();
/**
*
*/
public List<ZongzhiReportByYearResponse> getReportByYear();
/**
*
*/
public List<ZongzhiActionDynamicstResponse> getActionDynamicst();
/**
*
*/
public List<ZongzhiMapResponse> getMap();
}