| | |
| | | import com.sinata.system.domain.query.MwCollectRecordQuery; |
| | | import com.sinata.system.domain.vo.MedicalWasteProcessVO; |
| | | import com.sinata.system.domain.vo.MwCollectRecordVO; |
| | | import com.sinata.system.domain.vo.MwCollectRecordWarningVO; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.IOException; |
| | |
| | | * @return |
| | | */ |
| | | List<MwCollectRecordVO> getRegulationReportList(DisposalReportQuery query); |
| | | |
| | | /** |
| | | * 查询昨日产废记录 |
| | | * |
| | | * @return |
| | | */ |
| | | List<MwCollectRecordWarningVO> queryListByDay(); |
| | | |
| | | /** |
| | | * 查询上月产废记录 |
| | | * |
| | | * @return |
| | | */ |
| | | List<MwCollectRecordWarningVO> queryListByMonth(); |
| | | |
| | | /** |
| | | * @return |
| | | */ |
| | | List<MwCollectRecordWarningVO> queryListGroupByDepartment(); |
| | | } |