update_for_20251215.sql 102 B

123
  1. ALTER TABLE `mt_stock_item`
  2. CHANGE `NUM` `NUM` DOUBLE (10, 2) DEFAULT 0 NOT NULL COMMENT '数量';