admin
2019-08-08 3fc84b5d4b36ce9ab5cea84ee1b54942c8e04ef9
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);