..........

This commit is contained in:
2025-05-19 13:41:43 +08:00
parent 52a9d40792
commit a66f1c69b1
6 changed files with 73 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
package handler
package uo
import (
"gorm.io/gorm"
@@ -11,6 +11,6 @@ type uoPrototype struct {
}
func init() {
uo := uoPrototype{c: db.Main}
_ = uo
Uo := &uoPrototype{c: db.Main}
_ = Uo
}