weizong song 5 years ago
parent dfbbaacb27
commit cf39ec171a

@ -11,13 +11,13 @@ class StatisticsController extends CommonController
/** /**
* @OA\Get( * @OA\Get(
* path="/manager/statistics/beds", * path="/manager/statistics/beds",
* summary="V2-获取项目中的床位统计以及当前陪护情况", * summary="V2-获取项目中的床位陪护一览",
* description="获取项目中的床位统计", * description="获取项目中的床位陪护一览",
* @OA\Parameter(name="project_id", in="query", @OA\Schema(type="integer"), required=true, description="医院ID"), * @OA\Parameter(name="project_id", in="query", @OA\Schema(type="integer"), required=true, description="医院ID"),
* @OA\Parameter(name="has_ongoing_order", in="query", @OA\Schema(type="integer"), required=false, description="是否包含正在服务的订单,默认为不筛选"), * @OA\Parameter(name="has_ongoing_order", in="query", @OA\Schema(type="integer"), required=false, description="是否包含正在服务的订单,默认为不筛选"),
* @OA\Response( * @OA\Response(
* response="200", * response="200",
* description="获取项目中的床位统计" * description="获取项目中的床位陪护一览"
* ) * )
* ) * )
*/ */

Loading…
Cancel
Save