jyy
2021-09-03 3868b706ee3ee115a400d77abc3b69b83ea448c7
zq-erp/src/main/java/com/matrix/system/hive/service/ShoppingGoodsService.java
@@ -1,6 +1,9 @@
package com.matrix.system.hive.service;
import com.matrix.core.pojo.PaginationVO;
import com.matrix.system.app.dto.ShoppingGoodsListDto;
import com.matrix.system.app.vo.ShoppingGoodsDetailVo;
import com.matrix.system.app.vo.ShoppingGoodsListVo;
import com.matrix.system.hive.bean.ShoppingGoods;
import com.matrix.system.hive.plugin.util.BaseServices;
@@ -101,4 +104,10 @@
   public  ShoppingGoods findByCode(String goodsCode);
   Date calInvalidTime(ShoppingGoods shoppingGoods, Integer type, Date buyDate);
   List<ShoppingGoodsListVo> findShoppingGoodsListForApi(ShoppingGoodsListDto shoppingGoodsListDto);
   int findShoppingGoodsListTotalForApi(ShoppingGoodsListDto shoppingGoodsListDto);
   ShoppingGoodsDetailVo findApiShoppingGoodsDetailById(Long id);
}