This commit is contained in:
aozhiwei 2024-07-26 19:30:32 +08:00
parent 700627eafd
commit 9baa525afe

View File

@ -0,0 +1,13 @@
package task
import (
)
type recharge struct {
}
func (this* recharge) init() {
}
func (this* recharge) unInit() {
}