feat: scope articles by brand

This commit is contained in:
2026-05-20 15:37:25 +08:00
parent 5fb9d0b0dd
commit dd082e2ed1
72 changed files with 3213 additions and 432 deletions
+1
View File
@@ -5,6 +5,7 @@ import "time"
type Article struct {
ID int64
TenantID int64
BrandID *int64
SourceType string
TemplateID *int64
CurrentVersionID *int64