admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushGoodsService.java
@@ -15,7 +15,7 @@
   public int insertSelective(PushGoods record) throws PushGoodsException;
   public PushGoods selectByPrimaryKey(Long id) throws PushGoodsException;
   public PushGoods selectByPrimaryKey(Long id);
   public int updateByPrimaryKeySelective(PushGoods record) throws PushGoodsException;
@@ -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;
   
}