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