chore: update generated tenant models
Backend CI / Backend (push) Successful in 22m2s

This commit is contained in:
2026-06-15 17:14:09 +08:00
parent 0ab1013984
commit 184ebfc4c2
@@ -927,6 +927,9 @@ type ScheduleTask struct {
LastDispatchError pgtype.Text `json:"last_dispatch_error"`
ConsecutiveFailures int32 `json:"consecutive_failures"`
PublishEnterpriseSiteTargets []byte `json:"publish_enterprise_site_targets"`
CoverMode string `json:"cover_mode"`
CoverRandomScope string `json:"cover_random_scope"`
CoverRandomFolderID pgtype.Int8 `json:"cover_random_folder_id"`
}
type SupplierMediaPriceOverride struct {