admin
2019-09-18 b19d2e730b0ea707b500b307f58c46ba0cef695f
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);