mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现HTTP服务架构
This commit is contained in:
@@ -140,9 +140,9 @@ namespace DMPolicy
|
||||
const string UPDATE_TIME = "update_time";
|
||||
}
|
||||
|
||||
namespace DMSystemLog
|
||||
namespace DMLogSystem
|
||||
{
|
||||
const string TABLENAME = "system_log";
|
||||
const string TABLENAME = "log_system";
|
||||
const string LOG_ID = "log_id";
|
||||
const string TYPE = "type";
|
||||
const string USER_ID = "user_id";
|
||||
@@ -153,9 +153,9 @@ namespace DMSystemLog
|
||||
const string UPDATE_TIME = "update_time";
|
||||
}
|
||||
|
||||
namespace DMAlertLog
|
||||
namespace DMLogAlert
|
||||
{
|
||||
const string TABLENAME = "alert_log";
|
||||
const string TABLENAME = "log_alert";
|
||||
const string LOG_ID = "log_id";
|
||||
const string TYPE = "type";
|
||||
const string DEVICE_ID = "device_id";
|
||||
|
||||
Reference in New Issue
Block a user