Przeglądaj źródła

add 医生端评价信息查看

18339543638 3 lat temu
rodzic
commit
905deae449

+ 11 - 0
nb-service-api/app-doctor-api/src/main/java/com/nb/app/doctor/api/feign/IAppDoctorUserClient.java

@@ -61,6 +61,17 @@ public interface IAppDoctorUserClient {
      */
     AppDoctorUserResult lookById(Serializable id);
 
+
+    /**
+     * 描述: 查询用户列表
+     * @author lifang
+     * @date 2022/8/10 14:14
+     * @param param
+     * @return IPage<AppDoctorUserEntity>
+     */
+    IPage<AppDoctorUserEntity> list(QueryParamEntity<AppDoctorUserEntity> param) ;
+
+
     /**
      * 描述: 删除某一医生用户
      * @author lifang