admin
2020-04-30 a5fde818ef9969e2e53acfa29b2e6f423bd0c8fc
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);