From c1518fadb88e4012c25788190843d8708a2e0cc4 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Mon, 17 Jan 2022 13:16:04 +0800 Subject: [PATCH] 根据组织id获取站点和设备,service_scope_device相关文件 --- screen-common/src/main/java/com/moral/constant/Constants.java | 12 +++++++++++- 1 files changed, 11 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 0745402..bed1b1d 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -291,5 +291,15 @@ /* * ������������ * */ - public static final String QOQ = "qoq"; + public static final String MOM = "mom"; + + /* + * ��������������� + * */ + public static final String YEAR = "year"; + + /* + * ��������������� + * */ + public static final String MONTH = "month"; } -- Gitblit v1.8.0