| | |
| | | * @param params |
| | | * @return |
| | | */ |
| | | PageResult<ProductOrderDetail> departmentProductDetail(Map<String, Object> params); |
| | | PageResult<ProductOrderDetailVo> departmentProductDetail(Map<String, Object> params); |
| | | /** |
| | | * 获取最近即将到期的套餐 |
| | | * @return |
| | | */ |
| | | PageResult<ProductEndVo>productEndList(Map<String, Object> params); |
| | | /** |
| | | * 获取一个科室所有的有效套餐 |
| | | * @param departmentId |
| | | * hospitalId |
| | | * @return |
| | | */ |
| | | int getUserdProduct(Long hospitalId,Long departmentId); |
| | | |
| | | /** |
| | | * 私有云套餐验证 |
| | | * @param hospitalId 医院ID |
| | | * @param departmentId 科室ID |
| | | * @return com.kidgrow.common.model.ResultBody |
| | | */ |
| | | ResultBody verificateProductOrderDetail(Long hospitalId, Long departmentId ); |
| | | |
| | | } |
| | | |