#
vincentlu
2026-02-05 4992e4e60b73a87c3781aabd9367e11e3eaa370e
version/db/new.sql
@@ -59,4 +59,7 @@
    PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
update man_loc set comp_direct =2  where comp_direct =0
update man_loc set comp_direct =2  where comp_direct =0
alter table man_sta
    add act_dir int(1) null comment '货叉方向' after angle;