| | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.system.domain.TbBasicData; |
| | | import com.ruoyi.system.dto.BasicDataDTO; |
| | | import com.ruoyi.system.query.CurrentFieldsQuery; |
| | | import com.ruoyi.system.query.ScoreCalculateQuery; |
| | | import com.ruoyi.system.query.ScoreQuery; |
| | | import com.ruoyi.system.vo.BasicDataReportingVO; |
| | | import com.ruoyi.system.vo.ScoreVO; |
| | | import com.ruoyi.system.vo.*; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | /** |
| | |
| | | void importBasicData(MultipartFile file) throws Exception; |
| | | |
| | | PageDTO<ScoreVO> pageScore(ScoreQuery query); |
| | | |
| | | R<CurrentFieldsDetailVO> fieldsDetails(Long id); |
| | | |
| | | R<PageDTO<CurrentFieldsVO>> fieldsStatics(CurrentFieldsQuery dto) throws Exception; |
| | | |
| | | CurrentFieldsAllVO fieldsStaticsAll() throws Exception; |
| | | |
| | | R<PageDTO<CurrentFieldsVO>> historyFieldsStatics(CurrentFieldsQuery dto); |
| | | |
| | | PageDTO<ScoreCalculateVO> scoreCalculatePage(ScoreCalculateQuery query); |
| | | |
| | | CurrentFieldsAllVO fieldsStaticsAll(String quarter); |
| | | } |