aozhiwei 0775bfd7a7 1
2024-08-23 18:30:40 +08:00

17 lines
121 B
Go

package task
import (
)
type oldUser struct {
}
func (this *oldUser) init() {
}
func (this *oldUser) unInit() {
}