#
vincentlu
2026-01-27 182b605d7015caf520639961d52c02171e9322f1
version/db/new.sql
@@ -21,3 +21,11 @@
alter table man_sta
    add depth decimal(24, 9) null comment '作业深度' after height;
alter table man_sta
    add inbound_wait int null comment '连续入库等待' after angle;
alter table man_sta
    add outbound_wait int null comment '连续出库等待' after inbound_wait;