管灌系统巡查员智能手机App
zuoxiao
2023-12-29 a3d26981fb0ff2049a55d08c447c73e114a45384
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.dayu.pipirrapp.service;
 
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
 
import androidx.annotation.Nullable;
 
import cn.jpush.android.service.JPushMessageService;
 
/**
 * author: zuo
 * Date: 2023-12-28
 * Time: 10:29
 * 备注:推送的服务
 */
public class PushService extends JPushMessageService {
 
}