admin
2019-03-12 4714dbbf7ead9e24f18a295890bdf5e75da991da
fanli/src/main/java/com/yeshi/fanli/service/impl/user/DeviceLotteryRecordServiceImpl.java
@@ -18,6 +18,11 @@
   
   @Override
   public int deleteByPrimaryKey(Long id) {
      return reviceLotteryRecordMapper.deleteByPrimaryKey(id);
   }
   @Override
   public int insertSelective(DeviceLotteryRecord record) {
      return reviceLotteryRecordMapper.insertSelective(record);
   }