|
|
|
@ -15,7 +15,7 @@ from .service import save_default_equipment, get_all
|
|
|
|
router = APIRouter()
|
|
|
|
router = APIRouter()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@router.post("", response_model=StandardResponse[EquipmentPagination])
|
|
|
|
@router.get("", response_model=StandardResponse[EquipmentPagination])
|
|
|
|
async def get_all_simulation(db_session: DbSession, common: CommonParameters):
|
|
|
|
async def get_all_simulation(db_session: DbSession, common: CommonParameters):
|
|
|
|
"""Get all simulation."""
|
|
|
|
"""Get all simulation."""
|
|
|
|
|
|
|
|
|
|
|
|
|