Files
TJWaterServer/api/s43_burst_locate_result.py
2025-05-07 21:06:08 +08:00

6 lines
191 B
Python

from .database import *
from .s0_base import *
import json
def get_all_burst_locate_results(name: str) -> list[dict[Any, Any]]:
return read_all(name, "select * from burst_locate_result")