Add user api
This commit is contained in:
3
api/s39_user.py
Normal file
3
api/s39_user.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .database import *
|
||||
|
||||
|
||||
@@ -1264,3 +1264,9 @@ def get_scada_info(name: str, id: str) -> dict[str, Any]:
|
||||
|
||||
def get_all_scada_info(name: str) -> list[dict[str, Any]]:
|
||||
return api.get_all_scada_info(name)
|
||||
|
||||
# DingZQ 2025-03-27
|
||||
############################################################
|
||||
# 39 users
|
||||
############################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user