实现启动splash画面,实现天历史数据的处理和数据库存贮

This commit is contained in:
lixiaoyuan
2025-09-09 19:26:05 +08:00
parent 5c94e2098a
commit b2338f21b0
29 changed files with 426 additions and 71 deletions

View File

@@ -184,7 +184,7 @@ namespace DMStatStation
namespace DMHistory1
{
const string TABLENAME = "history1";
const string TABLENAME = "history_day";
const string DT = "dt";
const string STATION_ID = "station_id";
const string DEVICE_ID = "device_id";