chore: update tenant repository generated models
Backend CI / Backend (push) Successful in 17m58s

This commit is contained in:
2026-05-13 19:54:23 +08:00
parent 0823e47d46
commit 887f5b672e
@@ -132,6 +132,9 @@ type BrandKeyword struct {
CreatedAt pgtype.Timestamptz `json:"created_at"`
UpdatedAt pgtype.Timestamptz `json:"updated_at"`
DeletedAt pgtype.Timestamptz `json:"deleted_at"`
Layer string `json:"layer"`
SeedWord pgtype.Text `json:"seed_word"`
Source string `json:"source"`
}
type BrandQuestion struct {
@@ -144,6 +147,9 @@ type BrandQuestion struct {
CreatedAt pgtype.Timestamptz `json:"created_at"`
UpdatedAt pgtype.Timestamptz `json:"updated_at"`
DeletedAt pgtype.Timestamptz `json:"deleted_at"`
Layer string `json:"layer"`
Intent string `json:"intent"`
Source string `json:"source"`
}
type Competitor struct {