| | |
| | | */ |
| | | void edit(MwCollectRecordDTO dto); |
| | | List<CollectDto> getGroup(String boxNumber,Long departmentId); |
| | | List<CollectDto> getGroupWithStatus(String boxNumber,Long departmentId,Integer status); |
| | | List<CollectDto> getGroup1(String boxNumber,Long departmentId); |
| | | |
| | | /** |
| | |
| | | void export(MwCollectRecordQuery query, HttpServletResponse response) throws IOException; |
| | | |
| | | List<CollectTotalUpDto> collectTotal(LocalDate date,Long departmentId); |
| | | List<CollectTotalUpDto> collectTotal3(Long departmentId); |
| | | List<CollectTotalUpDto> collectTotal1(LocalDate date,Long checkOutUserId,Long hospitalId); |
| | | |
| | | List<CollectCarTotalUpDto> carGroup(Long carId); |