update_for_20250908.sql 98 B

12
  1. ALTER TABLE `mt_order`
  2. ADD COLUMN `PEOPLE_NUM` INT NULL COMMENT '就餐人数' AFTER `TABLE_ID`;