feiyu02
2024-09-10 6c7f45871b93ef26d353a5a3596701ac2f39ed9c
1
2
3
4
5
6
package cn.flightfeather.supervision.push
 
abstract class PushTask {
 
    abstract fun push(pushService: PushService)
}