admin
2019-03-04 4b80d2dab78d0cef3d149a0a11240b5e39b581a3
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);
   
}