wzy
2021-01-13 1a6bfc97c0acfbb386f4e06f6d0a4558c305d994
zq-erp/src/main/java/com/matrix/system/hive/dao/ShoppingGoodsCategoryDao.java
@@ -35,4 +35,6 @@
   public int batchInsert(@Param("list")List<ShoppingGoodsCategory> shoppingGoodsCategoryList);
   List<ShoppingGoodsCategory> selectChildNodesByName(@Param("record") ShoppingGoodsCategory shoppingGoodsCategory);
}