From 84c730a2614788e140ff15d9f2f5e1eec61fcf6f Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Thu, 13 Jan 2022 15:10:31 +0800
Subject: [PATCH] screen-api            修改同期对比接口接收参数

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 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 296db1a..bed1b1d 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -292,4 +292,14 @@
      * ������������
      * */
     public static final String MOM = "mom";
+
+    /*
+    * ���������������
+    * */
+    public static final String YEAR = "year";
+
+    /*
+    * ���������������
+    * */
+    public static final String MONTH = "month";
 }

--
Gitblit v1.8.0