forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-28 60c0d232038152fb6be9a2f579b74f2a837f0498
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);
}