Order APIs

This commit is contained in:
2025-02-02 22:20:10 +08:00
parent 87b94cdb54
commit 3993a1bc7f
6 changed files with 215 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ import (
var AutoMaintainRange = []any{
&models.Wallet{},
&models.Transaction{},
&models.Order{},
}
func RunMigration(source *gorm.DB) error {