yj
2020-03-04 58ee87fd64efdb75d16e396c3d952d3522c3a747
fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushRecordService.java
@@ -6,11 +6,9 @@
public interface PushRecordService {
   public void save(PushRecord pushRecord);
   public List<PushRecord> getPushRecordList(long page, int pageSize, String title, int type);
   public List<PushRecord> getPushRecordList(String title, int type, int page);
   public int getCount(String title, int type, int page);
   public Long getCount(String title, int type);
   public void increaseByAndroid(String pushId);