yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java
@@ -83,5 +83,13 @@
    * @throws PushException
    */
   public void handPush(Long id) throws Exception, PushGoodsException, PushException;
   /**
    * 保存信息
    * @param record
    * @throws PushGoodsException
    * @throws Exception
    */
   public void saveInfo(PushGoods record) throws PushGoodsException, Exception;
   
}