From 9abccec290bc1a620a27011ffbaa3713d57e1acc Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Fri, 11 Feb 2022 14:20:36 +0800 Subject: [PATCH] screen-api 添加优良天气对比分析接口 --- 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