From 98e8cacdb51b5e31ce2e6670100fcf6408b9c8d9 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Fri, 08 Oct 2021 09:47:39 +0800 Subject: [PATCH] 调整queryGovMonitorPointHourlyDataByGuidsAndOrgid接口 站点顺序 --- screen-common/src/main/java/com/moral/constant/Constants.java | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java index 38b3a9a..22eb8b8 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -212,11 +212,37 @@ /* * ������������������������������ * */ - public static final String SPECIAL_DEVICE_CAR = "0"; + public static final String SPECIAL_DEVICE_CRUISER = "0"; /* * ������������������������������ * */ public static final String SPECIAL_DEVICE_UAV = "1"; + + /* + * ������ + * */ + public static final String HOURYLYREPORT = "0"; + + /* + * ������ + * */ + public static final String DAILYREPORT = "1"; + + /* + * ������ + * */ + public static final String WEEKLYREPORT = "2"; + + /* + * ������ + * */ + public static final String MONTHLYREPORT = "3"; + + /* + * ��������������������� + * */ + public static final String NORMAL_FLAG = "N"; + } -- Gitblit v1.8.0