admin
2019-07-31 c0a5ac3b8c30cc3c97b0f4b82172ed0a7f1db6bb
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.service.inter.push;
 
/**
 * 华为推送服务
 * 
 * @author Administrator
 *
 */
public interface HWPushService extends BasePushService {
 
}