yujian
2019-05-14 8cb7ec4a35a38ae91d0eed17cde711e81d2b2bbf
fanli/src/main/java/com/yeshi/fanli/service/inter/user/DeviceLotteryRecordService.java
@@ -15,5 +15,7 @@
   public int updateByPrimaryKey(DeviceLotteryRecord record);
   public List<DeviceLotteryRecord> listByPlatformAndDevice(int platform, String device);
   public int deleteByPrimaryKey(Long id);
   
}