admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
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);
   }