@@ -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