admin
2020-06-28 eda623f37c3260f4b4657e34a8a39798c72432b1
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);