update_for_20251224.sql 106 B

123
  1. ALTER TABLE `mt_order`
  2. ADD COLUMN `PICKUP_NO` INT DEFAULT 0 NULL COMMENT '取单号' AFTER `ORDER_SN`;