This commit is contained in:
aozhiwei 2024-06-22 09:50:08 +08:00
parent 7725a80be8
commit e3a7c99120

View File

@ -0,0 +1,11 @@
package task
type repairNft struct {
}
func (this* repairNft) init() {
}
func (this* repairNft) unInit() {
}