🎨 add gorm cache & update model structure

This commit is contained in:
landaiqing
2024-11-24 20:25:12 +08:00
parent 531192b121
commit 3696827879
29 changed files with 250 additions and 297 deletions

View File

@@ -1,6 +0,0 @@
package constant
const (
NotDeleted int64 = iota
Deleted int64 = 1
)