| | |
| | | */ |
| | | public SysProjServices findById(Long id); |
| | | |
| | | public List<SysProjServices> findByIds(List<Long> id); |
| | | |
| | | /** |
| | | * 排班 |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 删除服务单中明细, 即项目/套餐 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | public int deleteProjServiceItemById(Long id); |
| | | |
| | |
| | | List<ServiceOrderListVo> findApiServiceOrderListInPage(ServiceOrderListDto serviceOrderListDto, PaginationVO pageVo); |
| | | |
| | | int findApiServiceOrderListTotal(ServiceOrderListDto serviceOrderListDto); |
| | | |
| | | public boolean skipServiceOrderStep(String step); |
| | | |
| | | /** |
| | | * 确认服务单 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | int confirmServiceOrder(Long id); |
| | | } |