| | |
| | | * 分页查询医生的模板列表 |
| | | * @param page |
| | | * @param params |
| | | * @return |
| | | * @returnfindDoctorList |
| | | */ |
| | | List<DoctorTemplete> findList(Page<DoctorTemplete> page, @Param("p") Map<String, Object> params); |
| | | /** |
| | | * 分页查询医生的模板列表 |
| | | * @param page |
| | | * @param params |
| | | * @returnfindDoctorList |
| | | */ |
| | | List<DoctorTemplete> findDoctorList(Page<DoctorTemplete> page, @Param("p") Map<String, Object> params); |
| | | |
| | | /** |
| | | * 根据DoctorTemplete对象当做查询条件进行查询 |
| | | * @param |
| | | * @return DoctorTemplete对象 |
| | | */ |
| | | DoctorTemplete findByObject(DoctorTemplete doctorTemplete); |
| | | DoctorTemplete findByObject(@Param("p") DoctorTemplete doctorTemplete); |
| | | } |