|
|
|
|
@ -16,7 +16,7 @@ router = APIRouter()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@router.get(
|
|
|
|
|
"/{overhaul_session}", response_model=StandardResponse[OverhaulActivityPagination]
|
|
|
|
|
"/{overhaul_session}", response_model=StandardResponse[dict]
|
|
|
|
|
)
|
|
|
|
|
async def get_scope_equipments(
|
|
|
|
|
common: CommonParameters,
|
|
|
|
|
|