🎨 remove xorm & add gorm gen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
NotDeleted int8 = iota
|
||||
Deleted int8 = 1
|
||||
NotDeleted int64 = iota
|
||||
Deleted int64 = 1
|
||||
)
|
||||
|
Reference in New Issue
Block a user