admin
2019-04-26 8e30aa7c1f0384f09278699318b4902b815b42a7
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);
   
}