-- 清除数据(按外键依赖顺序)
-- 注意:请先备份数据!生产环境谨慎操作。
DELETE FROM work_orders;
DELETE FROM claim_records;
DELETE FROM redemption_codes;
DELETE FROM bill_status;