xiaoyong931011
2021-08-13 2562e13a8db342cc1e23e17b8a26d84ce314f9eb
zq-erp/src/main/java/com/matrix/system/hive/dao/ShoppingGoodsDao.java
@@ -91,4 +91,6 @@
   int selectShopppingGoodsAipTotal(@Param("record") ShoppingGoodsListDto shoppingGoodsListDto);
   public List<ShoppingGoods> selectByIds(@Param("ids")List<Integer> ids);
   int updateInvalidProduct();
}