Explorar el Código

10/31 addProductCategory 修改

xiexiang hace 1 año
padre
commit
bc77884a70
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      src/main/java/cn/cslg/pas/service/business/TreeNodeService.java

+ 10 - 0
src/main/java/cn/cslg/pas/service/business/TreeNodeService.java

@@ -216,6 +216,16 @@ public class TreeNodeService extends ServiceImpl<TreeNodeMapper, TreeNode> imple
         return null;
     }
 
+    @Override
+    public Object addMessage(Object object) {
+        return null;
+    }
+
+    @Override
+    public Object updateMessage(Object object) {
+        return null;
+    }
+
     private void loadTreeNode(List<TreeNodeVO> treeNodeVOS) throws IOException {
         List<String> createIds = new ArrayList<>();
         List<Integer> ids = new ArrayList<>();