管灌系统巡查员智能手机App
zuoxiao
2024-01-16 6c5f3267bbf0ae2bb3ee256f5f32e92c06577c59
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 {
 
}