Files
TJWaterServerBinary/get_current_total_Q.py
2025-10-26 08:54:35 +08:00

7 lines
146 B
Python

from tjnetwork import *
from get_realValue import *
def get_current_total_Q():
ids=['3489']
total_q=get_realValue(ids)
return total_q