Browse Source

粮情检查统一名称

hanqingsong 5 years ago
parent
commit
897fc5b4dc
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/main/java/com/unissoft/constant/GrainConstant.java

+ 3 - 2
src/main/java/com/unissoft/constant/GrainConstant.java

@@ -7,12 +7,13 @@ package com.unissoft.constant;
7 7
  */
8 8
 public class GrainConstant {
9 9
     /**
10
-     * 主管科长每两周检查粮情
10
+     * Ma Huixia:
11 11
      * 保管员每周检查粮情
12
+     * 主管科长每2周检查粮情
12 13
      * 分管副总每月检查粮情
13 14
      * 总经理每季检查粮情
14 15
      */
15
-    public static final String SECTION_CHIEF = "主管科长每周检查粮情";
16
+    public static final String SECTION_CHIEF = "主管科长每2周检查粮情";
16 17
     public static final String GUARDIAN = "保管员每周检查粮情";
17 18
     public static final String DEPUTY_GENERAL = "分管副总每月检查粮情";
18 19
     public static final String GENERAL_MANAGER = "总经理每季检查粮情";