将 native/api/ 改名为 native/wndb/,避免与 Web API 层命名冲突

This commit is contained in:
2026-03-09 12:13:27 +08:00
parent 6b85cfc666
commit 20ab08e206
87 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import numpy as np
from app.services.tjnetwork import *
from app.native.api.s36_wda_cal import *
from app.native.wndb.s36_wda_cal import *
# from get_real_status import *
from datetime import datetime, timedelta
@@ -20,7 +20,7 @@ import logging
import app.services.globals as globals
import uuid
import app.services.project_info as project_info
from app.native.api.postgresql_info import get_pgconn_string
from app.native.wndb.postgresql_info import get_pgconn_string
from app.infra.db.timescaledb.internal_queries import (
InternalQueries as TimescaleInternalQueries,
)