From 492ca86b07ce2448e50a80693e72e89aaf3920bc Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 23 Feb 2022 16:59:17 +0800
Subject: [PATCH] 督办单update

---
 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