| | |
| | | import com.panzhihua.common.model.dtos.community.ComSwRotaPageDTO; |
| | | import com.panzhihua.common.model.dtos.community.ComSwRotaSaveDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComSwRotaExcelVO; |
| | | import com.panzhihua.service_community.model.dos.ComSwRotaDO; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | |
| | | */ |
| | | R pageRota(ComSwRotaPageDTO comSwRotaPageDTO); |
| | | |
| | | /** |
| | | * 根据id查询值班表 |
| | | * @param rotaId 值班表id |
| | | * @return 值班表详情 |
| | | */ |
| | | R detailRota(Long rotaId); |
| | | /** |
| | | * 新增值班表 |
| | | * @param comSwRotaSaveDTOs 新增参数 |
| | |
| | | */ |
| | | R getTotlePerson(String param,Long communityId); |
| | | |
| | | /** |
| | | * 批量导入值班表 |
| | | * |
| | | * @param list 值班表集合 |
| | | */ |
| | | R listSaveSwRotaExcelVO(List<ComSwRotaExcelVO> list, Long communityId); |
| | | |
| | | } |