forked from kidgrow-microservices-platform

zhaoxiaohao
2020-09-23 1498c20c89ce925c8de48811044c09abacc004aa
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);
}