forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-30 16ecb2cbdd1cbefff771ed1611a5a1ef5ba3d8b8
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/java/com/kidgrow/oprationcenter/mapper/DoctorServerMapper.java
@@ -30,5 +30,5 @@
     * @param
     * @return DoctorServer对象
     */
    DoctorServer findByObject(DoctorServer doctorServer);
    DoctorServer findByObject(@Param("p") DoctorServer doctorServer);
}