完善定价与套餐关联表结构

This commit is contained in:
2026-03-24 16:25:21 +08:00
parent c9995ef566
commit 5ffa151f58
28 changed files with 1550 additions and 112 deletions

View File

@@ -64,6 +64,7 @@ func main() {
m.UserRole{},
m.Whitelist{},
m.Inquiry{},
m.ProductDiscount{},
)
g.Execute()
}