jyy
2021-07-16 2437327e2a9f89c6ee8c93e468939cf49ff8bd71
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);
}