Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-07-12 09:54:12 +08:00
29 changed files with 1348 additions and 40 deletions

View File

@@ -163,6 +163,8 @@ public interface InfluxDBPublicParam {
* 时区
*/
String TIME_ZONE = " tz('Asia/Shanghai')";
String TZ = "Asia/Shanghai";
/**
* 日起始时间
@@ -261,4 +263,9 @@ public interface InfluxDBPublicParam {
*/
String PHASIC_TYPET = "T";
/**
* 每天固定时间分钟
*/
Integer DAY_MINUTE = 1440;
}

View File

@@ -60,4 +60,6 @@ public interface ValidMessage {
String IP_FORMAT_ERROR = "IP格式非法";
String DEVICE_VERSION_NOT_BLANK = "装置版本json文件不能为空请检查deviceVersionFile参数";
}