admin
2019-05-16 6d58ee1f52f851a240e946ba863a23c0fd08c292
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);
   
}