支持快手行业电子凭证多店铺授权

This commit is contained in:
yml2213
2026-07-08 14:13:15 +08:00
parent 102330d7af
commit ec23eb6af6
24 changed files with 1110 additions and 219 deletions
@@ -0,0 +1,5 @@
ALTER TABLE kuaishou_industry_vouchers
ADD COLUMN IF NOT EXISTS seller_id TEXT NOT NULL DEFAULT '';
CREATE INDEX IF NOT EXISTS idx_kuaishou_industry_vouchers_seller_id
ON kuaishou_industry_vouchers(seller_id);