From 093b73aadb022895a02dbbcd64b87613e19b547b Mon Sep 17 00:00:00 2001
From: 1098226878@qq.com <1098226878@qq.com>
Date: 星期一, 10 一月 2022 18:05:21 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseApplyConstant.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseApplyConstant.java b/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseApplyConstant.java
index 6534b6e..207b5f3 100644
--- a/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseApplyConstant.java
+++ b/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseApplyConstant.java
@@ -9,23 +9,23 @@
     /**
      * 娣诲姞 璋冩嫧鐢宠
      */
-    public static final String ADD_ALLOCATIONSTOREHOUSEAPPLY = "allocationStorehouseApply.saveAllocationStorehouseApply";
+    public static final String ADD_ALLOCATIONSTOREHOUSEAPPLY = "resourceStore.saveAllocationStorehouseApply";
 
 
     /**
      * 淇敼 璋冩嫧鐢宠
      */
-    public static final String UPDATE_ALLOCATIONSTOREHOUSEAPPLY = "allocationStorehouseApply.updateAllocationStorehouseApply";
+    public static final String UPDATE_ALLOCATIONSTOREHOUSEAPPLY = "resourceStore.updateAllocationStorehouseApply";
     /**
      * 鍒犻櫎 璋冩嫧鐢宠
      */
-    public static final String DELETE_ALLOCATIONSTOREHOUSEAPPLY = "allocationStorehouseApply.deleteAllocationStorehouseApply";
+    public static final String DELETE_ALLOCATIONSTOREHOUSEAPPLY = "resourceStore.deleteAllocationStorehouseApply";
 
 
     /**
      * 鏌ヨ 璋冩嫧鐢宠
      */
-    public static final String LIST_ALLOCATIONSTOREHOUSEAPPLYS = "allocationStorehouseApply.listAllocationStorehouseApplys";
+    public static final String LIST_ALLOCATIONSTOREHOUSEAPPLYS = "resourceStore.listAllocationStorehouseApplys";
 
 
 }

--
Gitblit v1.8.0